Searched refs:pneigh_entry (Results 1 – 4 of 4) sorted by relevance
/linux/include/net/ |
A D | neighbour.h | 172 struct pneigh_entry { struct 173 struct pneigh_entry *next; argument 205 int (*pconstructor)(struct pneigh_entry *); 206 void (*pdestructor)(struct pneigh_entry *); 231 struct pneigh_entry **phash_buckets; 368 struct pneigh_entry *pneigh_lookup(struct neigh_table *tbl, struct net *net, 371 struct pneigh_entry *__pneigh_lookup(struct neigh_table *tbl, struct net *net, 376 static inline struct net *pneigh_net(const struct pneigh_entry *pneigh) in pneigh_net() 388 void (*cb)(struct pneigh_entry *));
|
/linux/net/core/ |
A D | neighbour.c | 721 static struct pneigh_entry *__pneigh_lookup_1(struct pneigh_entry *n, in __pneigh_lookup_1() 748 struct pneigh_entry * pneigh_lookup(struct neigh_table *tbl, in pneigh_lookup() 752 struct pneigh_entry *n; in pneigh_lookup() 795 struct pneigh_entry *n, **np; in pneigh_delete() 820 struct pneigh_entry *n, **np, *freelist = NULL; in pneigh_ifdown_and_unlock() 1972 struct pneigh_entry *pn; in neigh_add() 2694 struct pneigh_entry *n; in pneigh_dump_table() 2994 struct pneigh_entry *pn; in neigh_get() 3234 struct pneigh_entry *pn = NULL; in pneigh_get_first() 3251 struct pneigh_entry *pn, in pneigh_get_next() [all …]
|
/linux/net/ipv6/ |
A D | ndisc.c | 81 static int pndisc_constructor(struct pneigh_entry *n); 82 static void pndisc_destructor(struct pneigh_entry *n); 373 static int pndisc_constructor(struct pneigh_entry *n) in pndisc_constructor() 386 static void pndisc_destructor(struct pneigh_entry *n) in pndisc_destructor() 749 struct pneigh_entry *n; in pndisc_is_router()
|
/linux/net/ipv4/ |
A D | arp.c | 1388 struct pneigh_entry *n) in arp_format_pneigh_entry()
|
Completed in 20 milliseconds