Searched refs:neigh_table (Results 1 – 14 of 14) sorted by relevance
/linux/net/core/ |
H A D | neighbour.c | 56 static int pneigh_ifdown_and_unlock(struct neigh_table *tbl, 243 static int neigh_forced_gc(struct neigh_table *tbl) in neigh_forced_gc() 371 static void neigh_flush_dev(struct neigh_table *tbl, struct net_device *dev, in neigh_flush_dev() 413 void neigh_changeaddr(struct neigh_table *tbl, struct net_device *dev) in neigh_changeaddr() 421 static int __neigh_ifdown(struct neigh_table *tbl, struct net_device *dev, in __neigh_ifdown() 434 int neigh_carrier_down(struct neigh_table *tbl, struct net_device *dev) in neigh_carrier_down() 441 int neigh_ifdown(struct neigh_table *tbl, struct net_device *dev) in neigh_ifdown() 448 static struct neighbour *neigh_alloc(struct neigh_table *tbl, in neigh_alloc() 543 static struct neigh_hash_table *neigh_hash_grow(struct neigh_table *tbl, in neigh_hash_grow() 577 struct neighbour *neigh_lookup(struct neigh_table *tbl, const void *pkey, in neigh_lookup() [all …]
|
/linux/net/netfilter/ |
H 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/include/net/ |
H A D | arp.h | 11 extern struct neigh_table arp_tbl;
|
H A D | ipv6_stubs.h | 70 struct neigh_table *nd_tbl;
|
H A D | ndisc.h | 79 extern struct neigh_table nd_tbl;
|
/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | tunnel_conf.c | 380 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 D | metadata.c | 541 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 D | main.h | 341 struct rhashtable neigh_table; member
|
/linux/include/trace/events/ |
H A D | neigh.h | 25 TP_PROTO(struct neigh_table *tbl, struct net_device *dev,
|
/linux/net/ipv4/ |
H A D | arp.c | 152 struct neigh_table arp_tbl = { 1206 struct neigh_table *tbl = &arp_tbl; in arp_invalidate()
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H 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()
|
H A D | spectrum_router.c | 3063 struct neigh_table *neigh_tbl;
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_tun_encap.c | 397 struct neigh_table *tbl; in mlx5e_tc_update_neigh_used_value()
|
/linux/net/ipv6/ |
H A D | ndisc.c | 109 struct neigh_table nd_tbl = {
|