Home
last modified time | relevance | path

Searched refs:pneigh_entry (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/
H A Dneighbour.h180 struct pneigh_entry { struct
181 struct pneigh_entry __rcu *next; argument
219 int (*pconstructor)(struct pneigh_entry *);
220 void (*pdestructor)(struct pneigh_entry *);
246 struct pneigh_entry __rcu **phash_buckets;
392 struct pneigh_entry *pneigh_lookup(struct neigh_table *tbl, struct net *net,
400 static inline struct net *pneigh_net(const struct pneigh_entry *pneigh) in pneigh_net()
/linux/net/ipv6/
H A Dndisc.c81 static int pndisc_constructor(struct pneigh_entry *n);
82 static void pndisc_destructor(struct pneigh_entry *n);
374 static int pndisc_constructor(struct pneigh_entry *n) in pndisc_constructor()
387 static void pndisc_destructor(struct pneigh_entry *n) in pndisc_destructor()
770 struct pneigh_entry *n; in pndisc_is_router()
/linux/net/ipv4/
H A Darp.c1451 struct pneigh_entry *n) in arp_format_pneigh_entry()