Symbol: neigh_table
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c
396
struct neigh_table *tbl;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
3066
struct neigh_table *neigh_tbl;
drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c
227
static int mlxsw_sp_span_dmac(struct neigh_table *tbl,
drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c
359
struct neigh_table *tbl,
drivers/net/ethernet/netronome/nfp/flower/main.h
341
struct rhashtable neigh_table;
drivers/net/ethernet/netronome/nfp/flower/metadata.c
541
err = rhashtable_init(&priv->neigh_table, &neigh_table_params);
drivers/net/ethernet/netronome/nfp/flower/metadata.c
592
rhashtable_destroy(&priv->neigh_table);
drivers/net/ethernet/netronome/nfp/flower/metadata.c
719
rhashtable_free_and_destroy(&priv->neigh_table,
drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c
380
rhashtable_walk_enter(&priv->neigh_table, &iter);
drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c
408
rhashtable_walk_enter(&priv->neigh_table, &iter);
drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c
428
rhashtable_remove_fast(&priv->neigh_table, &neigh->ht_node,
drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c
490
nn_entry = rhashtable_lookup_fast(&priv->neigh_table, &cookie,
drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c
539
if (rhashtable_insert_fast(&priv->neigh_table,
drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c
568
rhashtable_remove_fast(&priv->neigh_table,
include/net/arp.h
11
extern struct neigh_table arp_tbl;
include/net/ipv6_stubs.h
70
struct neigh_table *nd_tbl;
include/net/ndisc.h
70
extern struct neigh_table nd_tbl;
include/net/neighbour.h
143
struct neigh_table *tbl;
include/net/neighbour.h
304
struct neigh_table *tbl,
include/net/neighbour.h
324
static inline struct neighbour *__neigh_lookup_noref(struct neigh_table *tbl,
include/net/neighbour.h
342
void neigh_table_init(int index, struct neigh_table *tbl);
include/net/neighbour.h
343
int neigh_table_clear(int index, struct neigh_table *tbl);
include/net/neighbour.h
344
struct neighbour *neigh_lookup(struct neigh_table *tbl, const void *pkey,
include/net/neighbour.h
346
struct neighbour *__neigh_create(struct neigh_table *tbl, const void *pkey,
include/net/neighbour.h
348
static inline struct neighbour *neigh_create(struct neigh_table *tbl,
include/net/neighbour.h
361
void neigh_changeaddr(struct neigh_table *tbl, struct net_device *dev);
include/net/neighbour.h
362
int neigh_ifdown(struct neigh_table *tbl, struct net_device *dev);
include/net/neighbour.h
363
int neigh_carrier_down(struct neigh_table *tbl, struct net_device *dev);
include/net/neighbour.h
367
struct neighbour *neigh_event_ns(struct neigh_table *tbl,
include/net/neighbour.h
372
struct neigh_table *tbl);
include/net/neighbour.h
373
void neigh_parms_release(struct neigh_table *tbl, struct neigh_parms *parms);
include/net/neighbour.h
390
void pneigh_enqueue(struct neigh_table *tbl, struct neigh_parms *p,
include/net/neighbour.h
392
struct pneigh_entry *pneigh_lookup(struct neigh_table *tbl, struct net *net,
include/net/neighbour.h
394
int pneigh_create(struct neigh_table *tbl, struct net *net, const void *key,
include/net/neighbour.h
397
int pneigh_delete(struct neigh_table *tbl, struct net *net, const void *key,
include/net/neighbour.h
406
void neigh_for_each(struct neigh_table *tbl,
include/net/neighbour.h
408
void __neigh_for_each_release(struct neigh_table *tbl,
include/net/neighbour.h
414
struct neigh_table *tbl;
include/net/neighbour.h
424
void *neigh_seq_start(struct seq_file *, loff_t *, struct neigh_table *,
include/net/neighbour.h
560
__neigh_lookup(struct neigh_table *tbl, const void *pkey, struct net_device *dev, int creat)
include/net/neighbour.h
572
__neigh_lookup_errno(struct neigh_table *tbl, const void *pkey,
include/net/neighbour.h
78
struct neigh_table *tbl;
include/trace/events/neigh.h
25
TP_PROTO(struct neigh_table *tbl, struct net_device *dev,
net/core/neighbour.c
1567
struct neighbour *neigh_event_ns(struct neigh_table *tbl,
net/core/neighbour.c
1666
struct neigh_table *tbl = container_of(work, struct neigh_table,
net/core/neighbour.c
1680
struct neigh_table *tbl = timer_container_of(tbl, t, proxy_timer);
net/core/neighbour.c
1725
void pneigh_enqueue(struct neigh_table *tbl, struct neigh_parms *p,
net/core/neighbour.c
1752
static inline struct neigh_parms *lookup_neigh_parms(struct neigh_table *tbl,
net/core/neighbour.c
1767
struct neigh_table *tbl)
net/core/neighbour.c
1808
void neigh_parms_release(struct neigh_table *tbl, struct neigh_parms *parms)
net/core/neighbour.c
1825
static struct neigh_table __rcu *neigh_tables[NEIGH_NR_TABLES] __read_mostly;
net/core/neighbour.c
1827
void neigh_table_init(int index, struct neigh_table *tbl)
net/core/neighbour.c
1890
int neigh_table_clear(int index, struct neigh_table *tbl)
net/core/neighbour.c
1920
static struct neigh_table *neigh_find_table(int family)
net/core/neighbour.c
1922
struct neigh_table *tbl = NULL;
net/core/neighbour.c
1959
struct neigh_table *tbl;
net/core/neighbour.c
2026
struct neigh_table *tbl;
net/core/neighbour.c
2248
static int neightbl_fill_info(struct sk_buff *skb, struct neigh_table *tbl,
net/core/neighbour.c
2333
struct neigh_table *tbl,
net/core/neighbour.c
2394
struct neigh_table *tbl;
net/core/neighbour.c
253
static int neigh_forced_gc(struct neigh_table *tbl)
net/core/neighbour.c
2593
struct neigh_table *tbl;
net/core/neighbour.c
2725
struct neigh_table *tbl)
net/core/neighbour.c
2800
static int neigh_dump_table(struct neigh_table *tbl, struct sk_buff *skb,
net/core/neighbour.c
2841
static int pneigh_dump_table(struct neigh_table *tbl, struct sk_buff *skb,
net/core/neighbour.c
2946
struct neigh_table *tbl;
net/core/neighbour.c
3072
struct neigh_table *tbl;
net/core/neighbour.c
3152
void neigh_for_each(struct neigh_table *tbl, void (*cb)(struct neighbour *, void *), void *cookie)
net/core/neighbour.c
3173
void __neigh_for_each_release(struct neigh_table *tbl,
net/core/neighbour.c
3209
struct neigh_table *tbl;
net/core/neighbour.c
3349
struct neigh_table *tbl = state->tbl;
net/core/neighbour.c
3373
struct neigh_table *tbl = state->tbl;
net/core/neighbour.c
3425
void *neigh_seq_start(struct seq_file *seq, loff_t *pos, struct neigh_table *tbl, unsigned int neigh_seq_flags)
net/core/neighbour.c
3475
struct neigh_table *tbl = state->tbl;
net/core/neighbour.c
3486
struct neigh_table *tbl = pde_data(file_inode(seq->file));
net/core/neighbour.c
3503
struct neigh_table *tbl = pde_data(file_inode(seq->file));
net/core/neighbour.c
3523
struct neigh_table *tbl = pde_data(file_inode(seq->file));
net/core/neighbour.c
3878
struct neigh_table *tbl = p->tbl;
net/core/neighbour.c
418
static void neigh_flush_dev(struct neigh_table *tbl, struct net_device *dev,
net/core/neighbour.c
437
static void neigh_flush_table(struct neigh_table *tbl)
net/core/neighbour.c
454
void neigh_changeaddr(struct neigh_table *tbl, struct net_device *dev)
net/core/neighbour.c
462
static int __neigh_ifdown(struct neigh_table *tbl, struct net_device *dev,
net/core/neighbour.c
482
int neigh_carrier_down(struct neigh_table *tbl, struct net_device *dev)
net/core/neighbour.c
489
int neigh_ifdown(struct neigh_table *tbl, struct net_device *dev)
net/core/neighbour.c
496
static struct neighbour *neigh_alloc(struct neigh_table *tbl,
net/core/neighbour.c
56
static void pneigh_ifdown(struct neigh_table *tbl, struct net_device *dev,
net/core/neighbour.c
591
static struct neigh_hash_table *neigh_hash_grow(struct neigh_table *tbl,
net/core/neighbour.c
625
struct neighbour *neigh_lookup(struct neigh_table *tbl, const void *pkey,
net/core/neighbour.c
646
___neigh_create(struct neigh_table *tbl, const void *pkey,
net/core/neighbour.c
738
struct neighbour *__neigh_create(struct neigh_table *tbl, const void *pkey,
net/core/neighbour.c
757
struct pneigh_entry *pneigh_lookup(struct neigh_table *tbl,
net/core/neighbour.c
783
int pneigh_create(struct neigh_table *tbl, struct net *net,
net/core/neighbour.c
838
int pneigh_delete(struct neigh_table *tbl, struct net *net, const void *pkey,
net/core/neighbour.c
871
static void pneigh_ifdown(struct neigh_table *tbl, struct net_device *dev,
net/core/neighbour.c
977
struct neigh_table *tbl = container_of(work, struct neigh_table, gc_work.work);
net/ipv4/arp.c
1210
struct neigh_table *tbl = &arp_tbl;
net/ipv4/arp.c
153
struct neigh_table arp_tbl = {
net/ipv6/ndisc.c
109
struct neigh_table nd_tbl = {
net/netfilter/nft_fwd_netdev.c
104
int neigh_table;
net/netfilter/nft_fwd_netdev.c
120
neigh_table = NEIGH_ARP_TABLE;
net/netfilter/nft_fwd_netdev.c
136
neigh_table = NEIGH_ND_TABLE;
net/netfilter/nft_fwd_netdev.c
150
neigh_xmit(neigh_table, dev, addr, skb);