Searched refs:neigh_table (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/include/net/ |
A D | neighbour.h | 77 struct neigh_table *tbl; 139 struct neigh_table *tbl; 200 struct neigh_table { struct 294 struct neigh_table *tbl, in ___neigh_lookup_noref() 335 void neigh_table_init(int index, struct neigh_table *tbl); 362 struct neighbour *neigh_event_ns(struct neigh_table *tbl, 367 struct neigh_table *tbl); 394 void neigh_for_each(struct neigh_table *tbl, 396 void __neigh_for_each_release(struct neigh_table *tbl, 399 void pneigh_for_each(struct neigh_table *tbl, [all …]
|
A D | arp.h | 11 extern struct neigh_table arp_tbl;
|
A D | ipv6_stubs.h | 66 struct neigh_table *nd_tbl;
|
A D | ndisc.h | 79 extern struct neigh_table nd_tbl;
|
/linux-6.3-rc2/net/core/ |
A D | neighbour.c | 209 struct neigh_table *tbl) in neigh_del() 971 struct neigh_table *tbl = container_of(work, struct neigh_table, gc_work.work); in neigh_periodic_work() 1629 struct neigh_table *tbl = container_of(work, struct neigh_table, in neigh_managed_work() 1883 struct neigh_table *tbl = NULL; in neigh_find_table() 1920 struct neigh_table *tbl; in neigh_delete() 1987 struct neigh_table *tbl; in neigh_add() 2334 struct neigh_table *tbl; in neightbl_set() 2527 struct neigh_table *tbl; in neightbl_dump_info() 2645 struct neigh_table *tbl) in pneigh_fill_info() 2880 struct neigh_table *tbl; in neigh_dump_info() [all …]
|
/linux-6.3-rc2/net/netfilter/ |
A D | nft_fwd_netdev.c | 104 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.3-rc2/drivers/net/ethernet/netronome/nfp/flower/ |
A D | tunnel_conf.c | 368 rhashtable_walk_enter(&priv->neigh_table, &iter); in nfp_tun_link_and_update_nn_entries() 396 rhashtable_walk_enter(&priv->neigh_table, &iter); in nfp_tun_cleanup_nn_entries() 416 rhashtable_remove_fast(&priv->neigh_table, &neigh->ht_node, in nfp_tun_cleanup_nn_entries() 478 nn_entry = rhashtable_lookup_fast(&priv->neigh_table, &cookie, in nfp_tun_write_neigh() 527 if (rhashtable_insert_fast(&priv->neigh_table, in nfp_tun_write_neigh() 556 rhashtable_remove_fast(&priv->neigh_table, in nfp_tun_write_neigh()
|
A D | metadata.c | 539 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()
|
A D | main.h | 340 struct rhashtable neigh_table; member
|
/linux-6.3-rc2/include/trace/events/ |
A D | neigh.h | 25 TP_PROTO(struct neigh_table *tbl, struct net_device *dev,
|
/linux-6.3-rc2/net/ipv4/ |
A D | arp.c | 152 struct neigh_table arp_tbl = { 1144 struct neigh_table *tbl = &arp_tbl; in arp_invalidate()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_span.c | 227 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()
|
A D | spectrum_router.c | 2911 struct neigh_table *neigh_tbl;
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | tc_tun_encap.c | 387 struct neigh_table *tbl; in mlx5e_tc_update_neigh_used_value()
|
/linux-6.3-rc2/net/ipv6/ |
A D | ndisc.c | 109 struct neigh_table nd_tbl = {
|
Completed in 52 milliseconds