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
3067
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/ndisc.h
68
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
564
__neigh_lookup(struct neigh_table *tbl, const void *pkey, struct net_device *dev, int creat)
include/net/neighbour.h
576
__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
1563
struct neighbour *neigh_event_ns(struct neigh_table *tbl,
net/core/neighbour.c
1660
struct neigh_table *tbl = container_of(work, struct neigh_table,
net/core/neighbour.c
1674
struct neigh_table *tbl = timer_container_of(tbl, t, proxy_timer);
net/core/neighbour.c
1719
void pneigh_enqueue(struct neigh_table *tbl, struct neigh_parms *p,
net/core/neighbour.c
1746
static inline struct neigh_parms *lookup_neigh_parms(struct neigh_table *tbl,
net/core/neighbour.c
1761
struct neigh_table *tbl)
net/core/neighbour.c
1802
void neigh_parms_release(struct neigh_table *tbl, struct neigh_parms *parms)
net/core/neighbour.c
1819
static struct neigh_table __rcu *neigh_tables[NEIGH_NR_TABLES] __read_mostly;
net/core/neighbour.c
1821
void neigh_table_init(int index, struct neigh_table *tbl)
net/core/neighbour.c
1883
int neigh_table_clear(int index, struct neigh_table *tbl)
net/core/neighbour.c
1912
static struct neigh_table *neigh_find_table(int family)
net/core/neighbour.c
1914
struct neigh_table *tbl = NULL;
net/core/neighbour.c
1951
struct neigh_table *tbl;
net/core/neighbour.c
2018
struct neigh_table *tbl;
net/core/neighbour.c
2240
static int neightbl_fill_info(struct sk_buff *skb, struct neigh_table *tbl,
net/core/neighbour.c
2325
struct neigh_table *tbl,
net/core/neighbour.c
2386
struct neigh_table *tbl;
net/core/neighbour.c
253
static int neigh_forced_gc(struct neigh_table *tbl)
net/core/neighbour.c
2585
struct neigh_table *tbl;
net/core/neighbour.c
2717
struct neigh_table *tbl)
net/core/neighbour.c
2792
static int neigh_dump_table(struct neigh_table *tbl, struct sk_buff *skb,
net/core/neighbour.c
2833
static int pneigh_dump_table(struct neigh_table *tbl, struct sk_buff *skb,
net/core/neighbour.c
2938
struct neigh_table *tbl;
net/core/neighbour.c
3064
struct neigh_table *tbl;
net/core/neighbour.c
3144
void neigh_for_each(struct neigh_table *tbl, void (*cb)(struct neighbour *, void *), void *cookie)
net/core/neighbour.c
3165
void __neigh_for_each_release(struct neigh_table *tbl,
net/core/neighbour.c
3201
struct neigh_table *tbl;
net/core/neighbour.c
3341
struct neigh_table *tbl = state->tbl;
net/core/neighbour.c
3365
struct neigh_table *tbl = state->tbl;
net/core/neighbour.c
3417
void *neigh_seq_start(struct seq_file *seq, loff_t *pos, struct neigh_table *tbl, unsigned int neigh_seq_flags)
net/core/neighbour.c
3467
struct neigh_table *tbl = state->tbl;
net/core/neighbour.c
3478
struct neigh_table *tbl = pde_data(file_inode(seq->file));
net/core/neighbour.c
3495
struct neigh_table *tbl = pde_data(file_inode(seq->file));
net/core/neighbour.c
3515
struct neigh_table *tbl = pde_data(file_inode(seq->file));
net/core/neighbour.c
3870
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
461
static int __neigh_ifdown(struct neigh_table *tbl, struct net_device *dev,
net/core/neighbour.c
481
int neigh_carrier_down(struct neigh_table *tbl, struct net_device *dev)
net/core/neighbour.c
487
int neigh_ifdown(struct neigh_table *tbl, struct net_device *dev)
net/core/neighbour.c
493
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
588
static struct neigh_hash_table *neigh_hash_grow(struct neigh_table *tbl,
net/core/neighbour.c
622
struct neighbour *neigh_lookup(struct neigh_table *tbl, const void *pkey,
net/core/neighbour.c
643
___neigh_create(struct neigh_table *tbl, const void *pkey,
net/core/neighbour.c
735
struct neighbour *__neigh_create(struct neigh_table *tbl, const void *pkey,
net/core/neighbour.c
754
struct pneigh_entry *pneigh_lookup(struct neigh_table *tbl,
net/core/neighbour.c
779
int pneigh_create(struct neigh_table *tbl, struct net *net,
net/core/neighbour.c
834
int pneigh_delete(struct neigh_table *tbl, struct net *net, const void *pkey,
net/core/neighbour.c
867
static void pneigh_ifdown(struct neigh_table *tbl, struct net_device *dev,
net/core/neighbour.c
973
struct neigh_table *tbl = container_of(work, struct neigh_table, gc_work.work);
net/ipv4/arp.c
1209
struct neigh_table *tbl = &arp_tbl;
net/ipv4/arp.c
152
struct neigh_table arp_tbl = {
net/ipv6/ndisc.c
109
struct neigh_table nd_tbl = {
net/netfilter/nft_fwd_netdev.c
106
int neigh_table;
net/netfilter/nft_fwd_netdev.c
127
neigh_table = NEIGH_ARP_TABLE;
net/netfilter/nft_fwd_netdev.c
148
neigh_table = NEIGH_ND_TABLE;
net/netfilter/nft_fwd_netdev.c
182
neigh_xmit(neigh_table, dev, addr, skb);