Home
last modified time | relevance | path

Searched refs:neigh_table (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/include/net/
Dneighbour.h76 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 …]
Ddn_neigh.h28 extern struct neigh_table dn_neigh_table;
Darp.h11 extern struct neigh_table arp_tbl;
Dndisc.h75 extern struct neigh_table nd_tbl;
Daddrconf.h260 struct neigh_table *nd_tbl;
/Linux-v4.19/net/core/
Dneighbour.c58 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/
Dnft_fwd_netdev.c87 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/
Dspectrum_span.c108 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()
Dspectrum_router.c2600 struct neigh_table *neigh_tbl;
/Linux-v4.19/net/ipv4/
Darp.c155 struct neigh_table arp_tbl = {
1121 struct neigh_table *tbl = &arp_tbl; in arp_invalidate()
/Linux-v4.19/net/decnet/
Ddn_neigh.c78 struct neigh_table dn_neigh_table = {
Ddn_dev.c66 extern struct neigh_table dn_neigh_table;
Ddn_route.c101 extern struct neigh_table dn_neigh_table;
/Linux-v4.19/net/ipv6/
Dndisc.c110 struct neigh_table nd_tbl = {
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c998 struct neigh_table *tbl; in mlx5e_tc_update_neigh_used_value()