Home
last modified time | relevance | path

Searched refs:neigh (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/include/net/
Dneighbour.h311 void neigh_destroy(struct neighbour *neigh);
312 int __neigh_event_send(struct neighbour *neigh, struct sk_buff *skb);
313 int neigh_update(struct neighbour *neigh, const u8 *lladdr, u8 new, u32 flags,
315 void __neigh_set_probe_once(struct neighbour *neigh);
319 int neigh_resolve_output(struct neighbour *neigh, struct sk_buff *skb);
320 int neigh_connected_output(struct neighbour *neigh, struct sk_buff *skb);
321 int neigh_direct_output(struct neighbour *neigh, struct sk_buff *skb);
407 static inline void neigh_release(struct neighbour *neigh) in neigh_release() argument
409 if (refcount_dec_and_test(&neigh->refcnt)) in neigh_release()
410 neigh_destroy(neigh); in neigh_release()
[all …]
Dndisc.h207 struct neighbour *neigh, u8 *ha_buf,
263 struct neighbour *neigh, in ndisc_ops_redirect_opt_addr_space() argument
268 neigh, ha_buf, ha); in ndisc_ops_redirect_opt_addr_space()
339 struct neighbour *neigh, in ndisc_redirect_opt_addr_space() argument
345 ndisc_ops_redirect_opt_addr_space(dev, neigh, ops_data_buf, in ndisc_redirect_opt_addr_space()
435 void ndisc_update(const struct net_device *dev, struct neighbour *neigh,
Dnetevent.h21 struct neighbour *neigh; member
Datmclip.h42 struct neighbour *neigh; /* neighbour back-pointer */ member
/linux-4.19.296/lib/
Dcpu_rmap.c100 int neigh; in cpu_rmap_copy_neigh() local
102 for_each_cpu(neigh, mask) { in cpu_rmap_copy_neigh()
104 rmap->near[neigh].dist <= dist) { in cpu_rmap_copy_neigh()
105 rmap->near[cpu].index = rmap->near[neigh].index; in cpu_rmap_copy_neigh()
/linux-4.19.296/include/linux/
Detherdevice.h42 int eth_header_cache(const struct neighbour *neigh, struct hh_cache *hh,
Dnetdevice.h281 int (*cache)(const struct neighbour *neigh, struct hh_cache *hh, __be16 type);
/linux-4.19.296/drivers/isdn/i4l/
Disdn_net.c1953 static int isdn_header_cache(const struct neighbour *neigh, struct hh_cache *hh, in isdn_header_cache() argument
1956 const struct net_device *dev = neigh->dev; in isdn_header_cache()
1960 return eth_header_cache(neigh, hh, type); in isdn_header_cache()