Symbol: pneigh_entry
include/net/neighbour.h
181
struct pneigh_entry __rcu *next;
include/net/neighbour.h
219
int (*pconstructor)(struct pneigh_entry *);
include/net/neighbour.h
220
void (*pdestructor)(struct pneigh_entry *);
include/net/neighbour.h
246
struct pneigh_entry __rcu **phash_buckets;
include/net/neighbour.h
392
struct pneigh_entry *pneigh_lookup(struct neigh_table *tbl, struct net *net,
include/net/neighbour.h
400
static inline struct net *pneigh_net(const struct pneigh_entry *pneigh)
net/core/neighbour.c
1854
phsize = (PNEIGH_HASHMASK + 1) * sizeof(struct pneigh_entry *);
net/core/neighbour.c
2723
static int pneigh_fill_info(struct sk_buff *skb, struct pneigh_entry *pn,
net/core/neighbour.c
2845
struct pneigh_entry *n;
net/core/neighbour.c
3117
struct pneigh_entry *pn;
net/core/neighbour.c
3345
static struct pneigh_entry *pneigh_get_first(struct seq_file *seq)
net/core/neighbour.c
3350
struct pneigh_entry *pn = NULL;
net/core/neighbour.c
3367
static struct pneigh_entry *pneigh_get_next(struct seq_file *seq,
net/core/neighbour.c
3368
struct pneigh_entry *pn,
net/core/neighbour.c
3397
static struct pneigh_entry *pneigh_get_idx(struct seq_file *seq, loff_t *pos)
net/core/neighbour.c
3399
struct pneigh_entry *pn = pneigh_get_first(seq);
net/core/neighbour.c
757
struct pneigh_entry *pneigh_lookup(struct neigh_table *tbl,
net/core/neighbour.c
761
struct pneigh_entry *n;
net/core/neighbour.c
787
struct pneigh_entry *n;
net/core/neighbour.c
832
struct pneigh_entry *n = container_of(rcu, struct pneigh_entry, rcu);
net/core/neighbour.c
841
struct pneigh_entry *n, __rcu **np;
net/core/neighbour.c
874
struct pneigh_entry *n, __rcu **np;
net/ipv4/arp.c
1452
struct pneigh_entry *n)
net/ipv6/ndisc.c
373
static int pndisc_constructor(struct pneigh_entry *n)
net/ipv6/ndisc.c
386
static void pndisc_destructor(struct pneigh_entry *n)
net/ipv6/ndisc.c
768
struct pneigh_entry *n;
net/ipv6/ndisc.c
81
static int pndisc_constructor(struct pneigh_entry *n);
net/ipv6/ndisc.c
82
static void pndisc_destructor(struct pneigh_entry *n);