Searched refs:pneigh_entry (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
D | neighbour.h | 171 struct pneigh_entry { struct 172 struct pneigh_entry *next; argument 204 int (*pconstructor)(struct pneigh_entry *); 205 void (*pdestructor)(struct pneigh_entry *); 228 struct pneigh_entry **phash_buckets; 360 struct pneigh_entry *pneigh_lookup(struct neigh_table *tbl, struct net *net, 363 struct pneigh_entry *__pneigh_lookup(struct neigh_table *tbl, struct net *net, 368 static inline struct net *pneigh_net(const struct pneigh_entry *pneigh) in pneigh_net() 380 void (*cb)(struct pneigh_entry *));
|
/kernel/linux/linux-5.10/net/core/ |
D | neighbour.c | 707 static struct pneigh_entry *__pneigh_lookup_1(struct pneigh_entry *n, in __pneigh_lookup_1() 723 struct pneigh_entry *__pneigh_lookup(struct neigh_table *tbl, in __pneigh_lookup() 734 struct pneigh_entry * pneigh_lookup(struct neigh_table *tbl, in pneigh_lookup() 738 struct pneigh_entry *n; in pneigh_lookup() 783 struct pneigh_entry *n, **np; in pneigh_delete() 809 struct pneigh_entry *n, **np, *freelist = NULL; in pneigh_ifdown_and_unlock() 1728 phsize = (PNEIGH_HASHMASK + 1) * sizeof(struct pneigh_entry *); in neigh_table_init() 1944 struct pneigh_entry *pn; in neigh_add() 2516 static int pneigh_fill_info(struct sk_buff *skb, struct pneigh_entry *pn, in pneigh_fill_info() 2634 struct pneigh_entry *n; in pneigh_dump_table() [all …]
|
/kernel/linux/linux-5.10/net/ipv6/ |
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()
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | arp.c | 1384 struct pneigh_entry *n) in arp_format_pneigh_entry()
|