Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dneighbour.h78 struct neigh_table *tbl;
141 struct neigh_table *tbl;
202 struct neigh_table { struct
294 struct neigh_table *tbl, in ___neigh_lookup_noref()
332 void neigh_table_init(int index, struct neigh_table *tbl);
333 int neigh_table_clear(int index, struct neigh_table *tbl);
357 struct neighbour *neigh_event_ns(struct neigh_table *tbl,
362 struct neigh_table *tbl);
389 void neigh_for_each(struct neigh_table *tbl,
391 void __neigh_for_each_release(struct neigh_table *tbl,
[all …]
H A Darp.h11 extern struct neigh_table arp_tbl;
H A Dipv6_stubs.h70 struct neigh_table *nd_tbl;
H A Dndisc.h79 extern struct neigh_table nd_tbl;
/linux-6.15/net/core/
H A Dneighbour.c904 struct neigh_table *tbl = container_of(work, struct neigh_table, gc_work.work); in neigh_periodic_work()
1558 struct neigh_table *tbl = container_of(work, struct neigh_table, in neigh_managed_work()
1813 struct neigh_table *tbl = NULL; in neigh_find_table()
1850 struct neigh_table *tbl; in neigh_delete()
1917 struct neigh_table *tbl; in neigh_add()
2202 struct neigh_table *tbl, in neightbl_fill_param_info()
2266 struct neigh_table *tbl; in neightbl_set()
2459 struct neigh_table *tbl; in neightbl_dump_info()
2577 struct neigh_table *tbl) in pneigh_fill_info()
2804 struct neigh_table *tbl; in neigh_dump_info()
[all …]
/linux-6.15/net/netfilter/
H A Dnft_fwd_netdev.c104 int neigh_table; in nft_fwd_neigh_eval() local
120 neigh_table = NEIGH_ARP_TABLE; in nft_fwd_neigh_eval()
136 neigh_table = NEIGH_ND_TABLE; in nft_fwd_neigh_eval()
150 neigh_xmit(neigh_table, dev, addr, skb); in nft_fwd_neigh_eval()
/linux-6.15/drivers/net/ethernet/netronome/nfp/flower/
H A Dtunnel_conf.c380 rhashtable_walk_enter(&priv->neigh_table, &iter); in nfp_tun_link_and_update_nn_entries()
408 rhashtable_walk_enter(&priv->neigh_table, &iter); in nfp_tun_cleanup_nn_entries()
428 rhashtable_remove_fast(&priv->neigh_table, &neigh->ht_node, in nfp_tun_cleanup_nn_entries()
490 nn_entry = rhashtable_lookup_fast(&priv->neigh_table, &cookie, in nfp_tun_write_neigh()
539 if (rhashtable_insert_fast(&priv->neigh_table, in nfp_tun_write_neigh()
568 rhashtable_remove_fast(&priv->neigh_table, in nfp_tun_write_neigh()
H A Dmetadata.c541 err = rhashtable_init(&priv->neigh_table, &neigh_table_params); in nfp_flower_metadata_init()
593 rhashtable_destroy(&priv->neigh_table); in nfp_flower_metadata_init()
720 rhashtable_free_and_destroy(&priv->neigh_table, in nfp_flower_metadata_cleanup()
H A Dmain.h341 struct rhashtable neigh_table; member
/linux-6.15/include/trace/events/
H A Dneigh.h25 TP_PROTO(struct neigh_table *tbl, struct net_device *dev,
/linux-6.15/net/ipv4/
H A Darp.c152 struct neigh_table arp_tbl = {
1206 struct neigh_table *tbl = &arp_tbl; in arp_invalidate()
/linux-6.15/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.c3066 struct neigh_table *neigh_tbl;
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_encap.c396 struct neigh_table *tbl; in mlx5e_tc_update_neigh_used_value()
/linux-6.15/net/ipv6/
H A Dndisc.c109 struct neigh_table nd_tbl = {