Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/
Dneighbour.h75 struct neigh_table *tbl;
136 struct neigh_table *tbl;
194 struct neigh_table { struct
282 struct neigh_table *tbl, in ___neigh_lookup_noref()
305 static inline struct neighbour *__neigh_lookup_noref(struct neigh_table *tbl, in __neigh_lookup_noref()
312 void neigh_table_init(int index, struct neigh_table *tbl);
313 int neigh_table_clear(int index, struct neigh_table *tbl);
314 struct neighbour *neigh_lookup(struct neigh_table *tbl, const void *pkey,
316 struct neighbour *neigh_lookup_nodev(struct neigh_table *tbl, struct net *net,
318 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;
Dipv6_stubs.h65 struct neigh_table *nd_tbl;
Dndisc.h79 extern struct neigh_table nd_tbl;
/Linux-v5.10/net/core/
Dneighbour.c58 static int pneigh_ifdown_and_unlock(struct neigh_table *tbl,
178 struct neigh_table *tbl) in neigh_del()
198 bool neigh_remove_one(struct neighbour *ndel, struct neigh_table *tbl) in neigh_remove_one()
221 static int neigh_forced_gc(struct neigh_table *tbl) in neigh_forced_gc()
288 static void neigh_flush_dev(struct neigh_table *tbl, struct net_device *dev, in neigh_flush_dev()
342 void neigh_changeaddr(struct neigh_table *tbl, struct net_device *dev) in neigh_changeaddr()
350 static int __neigh_ifdown(struct neigh_table *tbl, struct net_device *dev, in __neigh_ifdown()
362 int neigh_carrier_down(struct neigh_table *tbl, struct net_device *dev) in neigh_carrier_down()
369 int neigh_ifdown(struct neigh_table *tbl, struct net_device *dev) in neigh_ifdown()
376 static struct neighbour *neigh_alloc(struct neigh_table *tbl, in neigh_alloc()
[all …]
/Linux-v5.10/net/netfilter/
Dnft_fwd_netdev.c96 int neigh_table; in nft_fwd_neigh_eval() local
112 neigh_table = NEIGH_ARP_TABLE; in nft_fwd_neigh_eval()
128 neigh_table = NEIGH_ND_TABLE; in nft_fwd_neigh_eval()
142 neigh_xmit(neigh_table, dev, addr, skb); in nft_fwd_neigh_eval()
/Linux-v5.10/include/trace/events/
Dneigh.h25 TP_PROTO(struct neigh_table *tbl, struct net_device *dev,
/Linux-v5.10/net/ipv4/
Darp.c152 struct neigh_table arp_tbl = {
1123 struct neigh_table *tbl = &arp_tbl; in arp_invalidate()
/Linux-v5.10/net/decnet/
Ddn_neigh.c78 struct neigh_table dn_neigh_table = {
Ddn_dev.c66 extern struct neigh_table dn_neigh_table;
Ddn_route.c93 extern struct neigh_table dn_neigh_table;
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_span.c223 static int mlxsw_sp_span_dmac(struct neigh_table *tbl, in mlxsw_sp_span_dmac()
356 struct neigh_table *tbl, in mlxsw_sp_span_entry_tunnel_parms_common()
Dspectrum_router.c2785 struct neigh_table *neigh_tbl;
/Linux-v5.10/net/ipv6/
Dndisc.c109 struct neigh_table nd_tbl = {
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c1664 struct neigh_table *tbl; in mlx5e_tc_update_neigh_used_value()