Home
last modified time | relevance | path

Searched refs:pneigh_entry (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/net/
Dneighbour.h176 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.1.9/net/core/
Dneighbour.c764 static struct pneigh_entry *__pneigh_lookup_1(struct pneigh_entry *n, in __pneigh_lookup_1()
780 struct pneigh_entry *__pneigh_lookup(struct neigh_table *tbl, in __pneigh_lookup()
791 struct pneigh_entry * pneigh_lookup(struct neigh_table *tbl, in pneigh_lookup()
795 struct pneigh_entry *n; in pneigh_lookup()
838 struct pneigh_entry *n, **np; in pneigh_delete()
863 struct pneigh_entry *n, **np, *freelist = NULL; in pneigh_ifdown_and_unlock()
1800 phsize = (PNEIGH_HASHMASK + 1) * sizeof(struct pneigh_entry *); in neigh_table_init()
2023 struct pneigh_entry *pn; in neigh_add()
2621 static int pneigh_fill_info(struct sk_buff *skb, struct pneigh_entry *pn, in pneigh_fill_info()
2752 struct pneigh_entry *n; in pneigh_dump_table()
[all …]
/linux-6.1.9/net/ipv6/
Dndisc.c81 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.1.9/net/ipv4/
Darp.c1399 struct pneigh_entry *n) in arp_format_pneigh_entry()