Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dneighbour.h170 struct pneigh_entry { struct
171 struct pneigh_entry *next; argument
202 int (*pconstructor)(struct pneigh_entry *);
203 void (*pdestructor)(struct pneigh_entry *);
221 struct pneigh_entry **phash_buckets;
347 struct pneigh_entry *pneigh_lookup(struct neigh_table *tbl, struct net *net,
350 struct pneigh_entry *__pneigh_lookup(struct neigh_table *tbl, struct net *net,
355 static inline struct net *pneigh_net(const struct pneigh_entry *pneigh) in pneigh_net()
367 void (*cb)(struct pneigh_entry *));
/Linux-v4.19/net/core/
Dneighbour.c587 static struct pneigh_entry *__pneigh_lookup_1(struct pneigh_entry *n, in __pneigh_lookup_1()
603 struct pneigh_entry *__pneigh_lookup(struct neigh_table *tbl, in __pneigh_lookup()
614 struct pneigh_entry * pneigh_lookup(struct neigh_table *tbl, in pneigh_lookup()
618 struct pneigh_entry *n; in pneigh_lookup()
663 struct pneigh_entry *n, **np; in pneigh_delete()
689 struct pneigh_entry *n, **np, *freelist = NULL; in pneigh_ifdown_and_unlock()
1576 phsize = (PNEIGH_HASHMASK + 1) * sizeof(struct pneigh_entry *); in neigh_table_init()
1755 struct pneigh_entry *pn; in neigh_add()
2270 static int pneigh_fill_info(struct sk_buff *skb, struct pneigh_entry *pn, in pneigh_fill_info()
2395 struct pneigh_entry *n; in pneigh_dump_table()
[all …]
/Linux-v4.19/net/ipv6/
Dndisc.c83 static int pndisc_constructor(struct pneigh_entry *n);
84 static void pndisc_destructor(struct pneigh_entry *n);
370 static int pndisc_constructor(struct pneigh_entry *n) in pndisc_constructor()
383 static void pndisc_destructor(struct pneigh_entry *n) in pndisc_destructor()
732 struct pneigh_entry *n; in pndisc_is_router()
/Linux-v4.19/net/ipv4/
Darp.c1375 struct pneigh_entry *n) in arp_format_pneigh_entry()