Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dneighbour.h76 struct neigh_table *tbl;
137 struct neigh_table *tbl;
195 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.h57 struct neigh_table *nd_tbl;
Dndisc.h78 extern struct neigh_table nd_tbl;
/Linux-v5.4/net/core/
Dneighbour.c58 static int pneigh_ifdown_and_unlock(struct neigh_table *tbl,
181 struct neigh_table *tbl) in neigh_del()
201 bool neigh_remove_one(struct neighbour *ndel, struct neigh_table *tbl) in neigh_remove_one()
224 static int neigh_forced_gc(struct neigh_table *tbl) in neigh_forced_gc()
289 static void neigh_flush_dev(struct neigh_table *tbl, struct net_device *dev, in neigh_flush_dev()
343 void neigh_changeaddr(struct neigh_table *tbl, struct net_device *dev) in neigh_changeaddr()
351 static int __neigh_ifdown(struct neigh_table *tbl, struct net_device *dev, in __neigh_ifdown()
363 int neigh_carrier_down(struct neigh_table *tbl, struct net_device *dev) in neigh_carrier_down()
370 int neigh_ifdown(struct neigh_table *tbl, struct net_device *dev) in neigh_ifdown()
377 static struct neighbour *neigh_alloc(struct neigh_table *tbl, in neigh_alloc()
[all …]
/Linux-v5.4/net/netfilter/
Dnft_fwd_netdev.c93 int neigh_table; in nft_fwd_neigh_eval() local
109 neigh_table = NEIGH_ARP_TABLE; in nft_fwd_neigh_eval()
125 neigh_table = NEIGH_ND_TABLE; in nft_fwd_neigh_eval()
138 neigh_xmit(neigh_table, dev, addr, skb); in nft_fwd_neigh_eval()
/Linux-v5.4/include/trace/events/
Dneigh.h25 TP_PROTO(struct neigh_table *tbl, struct net_device *dev,
/Linux-v5.4/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.c2713 struct neigh_table *neigh_tbl;
/Linux-v5.4/net/ipv4/
Darp.c151 struct neigh_table arp_tbl = {
1117 struct neigh_table *tbl = &arp_tbl; in arp_invalidate()
/Linux-v5.4/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.4/net/ipv6/
Dndisc.c108 struct neigh_table nd_tbl = {
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c1485 struct neigh_table *tbl; in mlx5e_tc_update_neigh_used_value()