Home
last modified time | relevance | path

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

/linux/include/net/
H A Dneighbour.h78 struct neigh_table *tbl;
143 struct neigh_table *tbl;
209 struct neigh_table { struct
304 struct neigh_table *tbl, in ___neigh_lookup_noref()
324 static inline struct neighbour *__neigh_lookup_noref(struct neigh_table *tbl, in __neigh_lookup_noref()
342 void neigh_table_init(int index, struct neigh_table *tbl);
343 int neigh_table_clear(int index, struct neigh_table *tbl);
344 struct neighbour *neigh_lookup(struct neigh_table *tbl, const void *pkey,
346 struct neighbour *__neigh_create(struct neigh_table *tbl, const void *pkey,
348 static inline struct neighbour *neigh_create(struct neigh_table *tbl, in neigh_create()
[all …]
H A Darp.h11 extern struct neigh_table arp_tbl;
/linux/net/core/
H A Dneighbour.c56 static void pneigh_ifdown(struct neigh_table *tbl, struct net_device *dev,
253 static int neigh_forced_gc(struct neigh_table *tbl) in neigh_forced_gc()
418 static void neigh_flush_dev(struct neigh_table *tbl, struct net_device *dev, in neigh_flush_dev()
437 static void neigh_flush_table(struct neigh_table *tbl) in neigh_flush_table()
454 void neigh_changeaddr(struct neigh_table *tbl, struct net_device *dev) in neigh_changeaddr()
461 static int __neigh_ifdown(struct neigh_table *tbl, struct net_device *dev,
481 int neigh_carrier_down(struct neigh_table *tbl, struct net_device *dev)
487 int neigh_ifdown(struct neigh_table *tbl, struct net_device *dev)
493 static struct neighbour *neigh_alloc(struct neigh_table *tbl, in neigh_ifdown()
588 static struct neigh_hash_table *neigh_hash_grow(struct neigh_table *tb in neigh_hash_free_rcu()
[all...]
/linux/net/netfilter/
H A Dnft_fwd_netdev.c106 int neigh_table; in nft_fwd_neigh_eval()
127 neigh_table = NEIGH_ARP_TABLE; in nft_fwd_neigh_eval()
148 neigh_table = NEIGH_ND_TABLE; in nft_fwd_neigh_eval()
182 neigh_xmit(neigh_table, dev, addr, skb); in nft_fwd_neigh_eval()
107 int neigh_table; nft_fwd_neigh_eval() local
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dmetadata.c541 err = rhashtable_init(&priv->neigh_table, &neigh_table_params); in nfp_flower_metadata_init()
592 rhashtable_destroy(&priv->neigh_table); in nfp_flower_metadata_init()
719 rhashtable_free_and_destroy(&priv->neigh_table, in nfp_flower_metadata_cleanup()
H A Dmain.h341 struct rhashtable neigh_table; member
/linux/include/trace/events/
H A Dneigh.h25 TP_PROTO(struct neigh_table *tbl, struct net_device *dev,
/linux/net/ipv4/
H A Darp.c152 struct neigh_table arp_tbl = {
1209 struct neigh_table *tbl = &arp_tbl; in arp_invalidate()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_span.c227 static int mlxsw_sp_span_dmac(struct neigh_table *tbl, in mlxsw_sp_span_dmac()
359 struct neigh_table *tbl, in mlxsw_sp_span_entry_tunnel_parms_common()
H A Dspectrum_router.c3067 struct neigh_table *neigh_tbl;
/linux/net/ipv6/
H A Dndisc.c109 struct neigh_table nd_tbl = {