Searched refs:neigh_table (Results 1 – 4 of 4) sorted by relevance
/net/core/ |
D | neighbour.c | 58 static int pneigh_ifdown_and_unlock(struct neigh_table *tbl, 182 struct neigh_table *tbl) in neigh_del() 202 bool neigh_remove_one(struct neighbour *ndel, struct neigh_table *tbl) in neigh_remove_one() 225 static int neigh_forced_gc(struct neigh_table *tbl) in neigh_forced_gc() 324 static void neigh_flush_dev(struct neigh_table *tbl, struct net_device *dev, in neigh_flush_dev() 378 void neigh_changeaddr(struct neigh_table *tbl, struct net_device *dev) in neigh_changeaddr() 386 static int __neigh_ifdown(struct neigh_table *tbl, struct net_device *dev, in __neigh_ifdown() 398 int neigh_carrier_down(struct neigh_table *tbl, struct net_device *dev) in neigh_carrier_down() 405 int neigh_ifdown(struct neigh_table *tbl, struct net_device *dev) in neigh_ifdown() 412 static struct neighbour *neigh_alloc(struct neigh_table *tbl, in neigh_alloc() [all …]
|
/net/netfilter/ |
D | nft_fwd_netdev.c | 101 int neigh_table; in nft_fwd_neigh_eval() local 117 neigh_table = NEIGH_ARP_TABLE; in nft_fwd_neigh_eval() 133 neigh_table = NEIGH_ND_TABLE; in nft_fwd_neigh_eval() 147 neigh_xmit(neigh_table, dev, addr, skb); in nft_fwd_neigh_eval()
|
/net/ipv4/ |
D | arp.c | 151 struct neigh_table arp_tbl = { 1117 struct neigh_table *tbl = &arp_tbl; in arp_invalidate()
|
/net/ipv6/ |
D | ndisc.c | 108 struct neigh_table nd_tbl = {
|