Searched refs:neigh_table (Results 1 – 15 of 15) sorted by relevance
| /Linux-v4.19/include/net/ |
| D | neighbour.h | 76 struct neigh_table *tbl; 137 struct neigh_table *tbl; 192 struct neigh_table { struct 274 struct neigh_table *tbl, in ___neigh_lookup_noref() 297 static inline struct neighbour *__neigh_lookup_noref(struct neigh_table *tbl, in __neigh_lookup_noref() 304 void neigh_table_init(int index, struct neigh_table *tbl); 305 int neigh_table_clear(int index, struct neigh_table *tbl); 306 struct neighbour *neigh_lookup(struct neigh_table *tbl, const void *pkey, 308 struct neighbour *neigh_lookup_nodev(struct neigh_table *tbl, struct net *net, 310 struct neighbour *__neigh_create(struct neigh_table *tbl, const void *pkey, [all …]
|
| D | dn_neigh.h | 28 extern struct neigh_table dn_neigh_table;
|
| D | arp.h | 11 extern struct neigh_table arp_tbl;
|
| D | ndisc.h | 75 extern struct neigh_table nd_tbl;
|
| D | addrconf.h | 260 struct neigh_table *nd_tbl;
|
| /Linux-v4.19/net/core/ |
| D | neighbour.c | 58 static int pneigh_ifdown_and_unlock(struct neigh_table *tbl, 123 struct neighbour __rcu **np, struct neigh_table *tbl) in neigh_del() 144 bool neigh_remove_one(struct neighbour *ndel, struct neigh_table *tbl) in neigh_remove_one() 167 static int neigh_forced_gc(struct neigh_table *tbl) in neigh_forced_gc() 235 static void neigh_flush_dev(struct neigh_table *tbl, struct net_device *dev) in neigh_flush_dev() 285 void neigh_changeaddr(struct neigh_table *tbl, struct net_device *dev) in neigh_changeaddr() 293 int neigh_ifdown(struct neigh_table *tbl, struct net_device *dev) in neigh_ifdown() 305 static struct neighbour *neigh_alloc(struct neigh_table *tbl, struct net_device *dev) in neigh_alloc() 397 static struct neigh_hash_table *neigh_hash_grow(struct neigh_table *tbl, in neigh_hash_grow() 438 struct neighbour *neigh_lookup(struct neigh_table *tbl, const void *pkey, in neigh_lookup() [all …]
|
| /Linux-v4.19/net/netfilter/ |
| D | nft_fwd_netdev.c | 87 int neigh_table; in nft_fwd_neigh_eval() local 103 neigh_table = NEIGH_ARP_TABLE; in nft_fwd_neigh_eval() 119 neigh_table = NEIGH_ND_TABLE; in nft_fwd_neigh_eval() 132 neigh_xmit(neigh_table, dev, addr, skb); in nft_fwd_neigh_eval()
|
| /Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_span.c | 108 static int mlxsw_sp_span_dmac(struct neigh_table *tbl, in mlxsw_sp_span_dmac() 241 struct neigh_table *tbl, in mlxsw_sp_span_entry_tunnel_parms_common()
|
| D | spectrum_router.c | 2600 struct neigh_table *neigh_tbl;
|
| /Linux-v4.19/net/ipv4/ |
| D | arp.c | 155 struct neigh_table arp_tbl = { 1121 struct neigh_table *tbl = &arp_tbl; in arp_invalidate()
|
| /Linux-v4.19/net/decnet/ |
| D | dn_neigh.c | 78 struct neigh_table dn_neigh_table = {
|
| D | dn_dev.c | 66 extern struct neigh_table dn_neigh_table;
|
| D | dn_route.c | 101 extern struct neigh_table dn_neigh_table;
|
| /Linux-v4.19/net/ipv6/ |
| D | ndisc.c | 110 struct neigh_table nd_tbl = {
|
| /Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en_tc.c | 998 struct neigh_table *tbl; in mlx5e_tc_update_neigh_used_value()
|