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
1848
phsize = (PNEIGH_HASHMASK + 1) * sizeof(struct pneigh_entry *);
net/core/neighbour.c
2715
static int pneigh_fill_info(struct sk_buff *skb, struct pneigh_entry *pn,
net/core/neighbour.c
2837
struct pneigh_entry *n;
net/core/neighbour.c
3109
struct pneigh_entry *pn;
net/core/neighbour.c
3337
static struct pneigh_entry *pneigh_get_first(struct seq_file *seq)
net/core/neighbour.c
3342
struct pneigh_entry *pn = NULL;
net/core/neighbour.c
3359
static struct pneigh_entry *pneigh_get_next(struct seq_file *seq,
net/core/neighbour.c
3360
struct pneigh_entry *pn,
net/core/neighbour.c
3389
static struct pneigh_entry *pneigh_get_idx(struct seq_file *seq, loff_t *pos)
net/core/neighbour.c
3391
struct pneigh_entry *pn = pneigh_get_first(seq);
net/core/neighbour.c
754
struct pneigh_entry *pneigh_lookup(struct neigh_table *tbl,
net/core/neighbour.c
758
struct pneigh_entry *n;
net/core/neighbour.c
783
struct pneigh_entry *n;
net/core/neighbour.c
828
struct pneigh_entry *n = container_of(rcu, struct pneigh_entry, rcu);
net/core/neighbour.c
837
struct pneigh_entry *n, __rcu **np;
net/core/neighbour.c
870
struct pneigh_entry *n, __rcu **np;
net/ipv4/arp.c
1451
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
769
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);