Searched refs:pneigh_entry (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/include/net/ |
| H A D | neighbour.h | 178 struct pneigh_entry { struct 179 struct pneigh_entry *next; argument 212 int (*pconstructor)(struct pneigh_entry *); 213 void (*pdestructor)(struct pneigh_entry *); 238 struct pneigh_entry **phash_buckets; 375 struct pneigh_entry *pneigh_lookup(struct neigh_table *tbl, struct net *net, 378 struct pneigh_entry *__pneigh_lookup(struct neigh_table *tbl, struct net *net, 383 static inline struct net *pneigh_net(const struct pneigh_entry *pneigh) in pneigh_net()
|
| /linux-6.15/net/core/ |
| H A D | neighbour.c | 709 static struct pneigh_entry *__pneigh_lookup_1(struct pneigh_entry *n, in __pneigh_lookup_1() 736 struct pneigh_entry * pneigh_lookup(struct neigh_table *tbl, in pneigh_lookup() 740 struct pneigh_entry *n; in pneigh_lookup() 783 struct pneigh_entry *n, **np; in pneigh_delete() 808 struct pneigh_entry *n, **np, *freelist = NULL; in pneigh_ifdown_and_unlock() 1975 struct pneigh_entry *pn; in neigh_add() 2700 struct pneigh_entry *n; in pneigh_dump_table() 3001 struct pneigh_entry *pn; in neigh_get() 3229 struct pneigh_entry *pn = NULL; in pneigh_get_first() 3246 struct pneigh_entry *pn, in pneigh_get_next() [all …]
|
| /linux-6.15/net/ipv6/ |
| H A D | ndisc.c | 81 static int pndisc_constructor(struct pneigh_entry *n); 82 static void pndisc_destructor(struct pneigh_entry *n); 377 static int pndisc_constructor(struct pneigh_entry *n) in pndisc_constructor() 390 static void pndisc_destructor(struct pneigh_entry *n) in pndisc_destructor() 770 struct pneigh_entry *n; in pndisc_is_router()
|
| /linux-6.15/net/ipv4/ |
| H A D | arp.c | 1448 struct pneigh_entry *n) in arp_format_pneigh_entry()
|