Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Dneighbour.h77 struct neigh_table *tbl;
139 struct neigh_table *tbl;
200 struct neigh_table { struct
294 struct neigh_table *tbl, in ___neigh_lookup_noref()
317 static inline struct neighbour *__neigh_lookup_noref(struct neigh_table *tbl, in __neigh_lookup_noref()
335 void neigh_table_init(int index, struct neigh_table *tbl);
336 int neigh_table_clear(int index, struct neigh_table *tbl);
337 struct neighbour *neigh_lookup(struct neigh_table *tbl, const void *pkey,
339 struct neighbour *neigh_lookup_nodev(struct neigh_table *tbl, struct net *net,
341 struct neighbour *__neigh_create(struct neigh_table *tbl, const void *pkey,
[all …]
Darp.h11 extern struct neigh_table arp_tbl;
Dipv6_stubs.h66 struct neigh_table *nd_tbl;
Dndisc.h79 extern struct neigh_table nd_tbl;
/Linux-v6.1/net/core/
Dneighbour.c57 static int pneigh_ifdown_and_unlock(struct neigh_table *tbl,
209 struct neigh_table *tbl) in neigh_del()
229 bool neigh_remove_one(struct neighbour *ndel, struct neigh_table *tbl) in neigh_remove_one()
252 static int neigh_forced_gc(struct neigh_table *tbl) in neigh_forced_gc()
362 static void neigh_flush_dev(struct neigh_table *tbl, struct net_device *dev, in neigh_flush_dev()
416 void neigh_changeaddr(struct neigh_table *tbl, struct net_device *dev) in neigh_changeaddr()
424 static int __neigh_ifdown(struct neigh_table *tbl, struct net_device *dev, in __neigh_ifdown()
437 int neigh_carrier_down(struct neigh_table *tbl, struct net_device *dev) in neigh_carrier_down()
444 int neigh_ifdown(struct neigh_table *tbl, struct net_device *dev) in neigh_ifdown()
451 static struct neighbour *neigh_alloc(struct neigh_table *tbl, in neigh_alloc()
[all …]
/Linux-v6.1/net/netfilter/
Dnft_fwd_netdev.c103 int neigh_table; in nft_fwd_neigh_eval() local
119 neigh_table = NEIGH_ARP_TABLE; in nft_fwd_neigh_eval()
135 neigh_table = NEIGH_ND_TABLE; in nft_fwd_neigh_eval()
149 neigh_xmit(neigh_table, dev, addr, skb); in nft_fwd_neigh_eval()
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/flower/
Dtunnel_conf.c363 rhashtable_walk_enter(&priv->neigh_table, &iter); in nfp_tun_link_and_update_nn_entries()
391 rhashtable_walk_enter(&priv->neigh_table, &iter); in nfp_tun_cleanup_nn_entries()
411 rhashtable_remove_fast(&priv->neigh_table, &neigh->ht_node, in nfp_tun_cleanup_nn_entries()
467 nn_entry = rhashtable_lookup_fast(&priv->neigh_table, &cookie, in nfp_tun_write_neigh()
510 if (rhashtable_insert_fast(&priv->neigh_table, in nfp_tun_write_neigh()
539 rhashtable_remove_fast(&priv->neigh_table, in nfp_tun_write_neigh()
Dmetadata.c539 err = rhashtable_init(&priv->neigh_table, &neigh_table_params); in nfp_flower_metadata_init()
591 rhashtable_destroy(&priv->neigh_table); in nfp_flower_metadata_init()
718 rhashtable_free_and_destroy(&priv->neigh_table, in nfp_flower_metadata_cleanup()
Dmain.h324 struct rhashtable neigh_table; member
/Linux-v6.1/include/trace/events/
Dneigh.h25 TP_PROTO(struct neigh_table *tbl, struct net_device *dev,
/Linux-v6.1/net/ipv4/
Darp.c152 struct neigh_table arp_tbl = {
1144 struct neigh_table *tbl = &arp_tbl; in arp_invalidate()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlxsw/
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()
Dspectrum_router.c2907 struct neigh_table *neigh_tbl;
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun_encap.c380 struct neigh_table *tbl; in mlx5e_tc_update_neigh_used_value()
/Linux-v6.1/net/ipv6/
Dndisc.c109 struct neigh_table nd_tbl = {