pneigh_entry      137 include/net/neighbour.h 	struct pneigh_entry	*next;
pneigh_entry      159 include/net/neighbour.h 	int			(*pconstructor)(struct pneigh_entry *);
pneigh_entry      160 include/net/neighbour.h 	void			(*pdestructor)(struct pneigh_entry *);
pneigh_entry      182 include/net/neighbour.h 	struct pneigh_entry	**phash_buckets;
pneigh_entry      237 include/net/neighbour.h extern struct pneigh_entry	*pneigh_lookup(struct neigh_table *tbl, struct net *net, const void *key, struct net_device *dev, int creat);
pneigh_entry      238 include/net/neighbour.h extern struct pneigh_entry	*__pneigh_lookup(struct neigh_table *tbl,
pneigh_entry      485 net/core/neighbour.c static struct pneigh_entry *__pneigh_lookup_1(struct pneigh_entry *n,
pneigh_entry      501 net/core/neighbour.c struct pneigh_entry *__pneigh_lookup(struct neigh_table *tbl,
pneigh_entry      512 net/core/neighbour.c struct pneigh_entry * pneigh_lookup(struct neigh_table *tbl,
pneigh_entry      516 net/core/neighbour.c 	struct pneigh_entry *n;
pneigh_entry      564 net/core/neighbour.c 	struct pneigh_entry *n, **np;
pneigh_entry      590 net/core/neighbour.c 	struct pneigh_entry *n, **np;
pneigh_entry     1438 net/core/neighbour.c 	phsize = (PNEIGH_HASHMASK + 1) * sizeof(struct pneigh_entry *);
pneigh_entry     1631 net/core/neighbour.c 			struct pneigh_entry *pn;
pneigh_entry     2289 net/core/neighbour.c static struct pneigh_entry *pneigh_get_first(struct seq_file *seq)
pneigh_entry     2294 net/core/neighbour.c 	struct pneigh_entry *pn = NULL;
pneigh_entry     2310 net/core/neighbour.c static struct pneigh_entry *pneigh_get_next(struct seq_file *seq,
pneigh_entry     2335 net/core/neighbour.c static struct pneigh_entry *pneigh_get_idx(struct seq_file *seq, loff_t *pos)
pneigh_entry     2337 net/core/neighbour.c 	struct pneigh_entry *pn = pneigh_get_first(seq);
pneigh_entry      670 net/ipv6/ndisc.c 	struct pneigh_entry *n;