Searched refs:pneigh_entry (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | neighbour.h | 171 struct pneigh_entry { struct 172 struct pneigh_entry *next; 204 int (*pconstructor)(struct pneigh_entry *); 205 void (*pdestructor)(struct pneigh_entry *); 228 struct pneigh_entry **phash_buckets; 353 struct pneigh_entry *pneigh_lookup(struct neigh_table *tbl, struct net *net, 356 struct pneigh_entry *__pneigh_lookup(struct neigh_table *tbl, struct net *net, 361 static inline struct net *pneigh_net(const struct pneigh_entry *pneigh) in pneigh_net() 373 void (*cb)(struct pneigh_entry *));
|
/kernel/linux/linux-6.6/include/net/ |
H A D | neighbour.h | 176 struct pneigh_entry { struct 177 struct pneigh_entry *next; 210 int (*pconstructor)(struct pneigh_entry *); 211 void (*pdestructor)(struct pneigh_entry *); 236 struct pneigh_entry **phash_buckets; 378 struct pneigh_entry *pneigh_lookup(struct neigh_table *tbl, struct net *net, 381 struct pneigh_entry *__pneigh_lookup(struct neigh_table *tbl, struct net *net, 386 static inline struct net *pneigh_net(const struct pneigh_entry *pneigh) in pneigh_net()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | neighbour.c | 694 static struct pneigh_entry *__pneigh_lookup_1(struct pneigh_entry *n, in __pneigh_lookup_1() 710 struct pneigh_entry *__pneigh_lookup(struct neigh_table *tbl, in __pneigh_lookup() 721 struct pneigh_entry * pneigh_lookup(struct neigh_table *tbl, in pneigh_lookup() 725 struct pneigh_entry *n; in pneigh_lookup() 770 struct pneigh_entry *n, **np; in pneigh_delete() 796 struct pneigh_entry *n, **np, *freelist = NULL; in pneigh_ifdown_and_unlock() 1720 phsize = (PNEIGH_HASHMASK + 1) * sizeof(struct pneigh_entry *); in neigh_table_init() 1933 struct pneigh_entry *pn; in neigh_add() 2506 static int pneigh_fill_info(struct sk_buff *skb, struct pneigh_entry *p [all...] |
/kernel/linux/linux-6.6/net/core/ |
H A D | neighbour.c | 751 static struct pneigh_entry *__pneigh_lookup_1(struct pneigh_entry *n, in __pneigh_lookup_1() 767 struct pneigh_entry *__pneigh_lookup(struct neigh_table *tbl, in __pneigh_lookup() 778 struct pneigh_entry * pneigh_lookup(struct neigh_table *tbl, in pneigh_lookup() 782 struct pneigh_entry *n; in pneigh_lookup() 825 struct pneigh_entry *n, **np; in pneigh_delete() 850 struct pneigh_entry *n, **np, *freelist = NULL; in pneigh_ifdown_and_unlock() 1802 phsize = (PNEIGH_HASHMASK + 1) * sizeof(struct pneigh_entry *); in neigh_table_init() 2025 struct pneigh_entry *pn; in neigh_add() 2624 static int pneigh_fill_info(struct sk_buff *skb, struct pneigh_entry *p [all...] |
/kernel/linux/linux-5.10/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); 374 static int pndisc_constructor(struct pneigh_entry *n) in pndisc_constructor() 387 static void pndisc_destructor(struct pneigh_entry *n) in pndisc_destructor() 750 struct pneigh_entry *n; in pndisc_is_router()
|
/kernel/linux/linux-6.6/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); 375 static int pndisc_constructor(struct pneigh_entry *n) in pndisc_constructor() 388 static void pndisc_destructor(struct pneigh_entry *n) in pndisc_destructor() 766 struct pneigh_entry *n; in pndisc_is_router()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | arp.c | 1385 struct pneigh_entry *n) in arp_format_pneigh_entry()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | arp.c | 1400 struct pneigh_entry *n) in arp_format_pneigh_entry()
|
Completed in 21 milliseconds