Searched refs:pneigh_entry (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/net/ |
A D | neighbour.h | 176 struct pneigh_entry { struct 177 struct pneigh_entry *next; argument 210 int (*pconstructor)(struct pneigh_entry *); 211 void (*pdestructor)(struct pneigh_entry *); 236 struct pneigh_entry **phash_buckets; 380 struct pneigh_entry *pneigh_lookup(struct neigh_table *tbl, struct net *net, 383 struct pneigh_entry *__pneigh_lookup(struct neigh_table *tbl, struct net *net, 388 static inline struct net *pneigh_net(const struct pneigh_entry *pneigh) in pneigh_net() 400 void (*cb)(struct pneigh_entry *));
|
/linux-6.3-rc2/net/core/ |
A D | neighbour.c | 774 static struct pneigh_entry *__pneigh_lookup_1(struct pneigh_entry *n, in __pneigh_lookup_1() 801 struct pneigh_entry * pneigh_lookup(struct neigh_table *tbl, in pneigh_lookup() 805 struct pneigh_entry *n; in pneigh_lookup() 848 struct pneigh_entry *n, **np; in pneigh_delete() 873 struct pneigh_entry *n, **np, *freelist = NULL; in pneigh_ifdown_and_unlock() 2045 struct pneigh_entry *pn; in neigh_add() 2774 struct pneigh_entry *n; in pneigh_dump_table() 3074 struct pneigh_entry *pn; in neigh_get() 3314 struct pneigh_entry *pn = NULL; in pneigh_get_first() 3331 struct pneigh_entry *pn, in pneigh_get_next() [all …]
|
/linux-6.3-rc2/net/ipv6/ |
A D | ndisc.c | 81 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() 765 struct pneigh_entry *n; in pndisc_is_router()
|
/linux-6.3-rc2/net/ipv4/ |
A D | arp.c | 1399 struct pneigh_entry *n) in arp_format_pneigh_entry()
|
Completed in 17 milliseconds