Home
last modified time | relevance | path

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

/linux/include/net/
H A Dneighbour.h180 struct pneigh_entry { struct
181 struct pneigh_entry __rcu *next; argument
219 int (*pconstructor)(struct pneigh_entry *);
220 void (*pdestructor)(struct pneigh_entry *);
246 struct pneigh_entry __rcu **phash_buckets;
392 struct pneigh_entry *pneigh_lookup(struct neigh_table *tbl, struct net *net,
400 static inline struct net *pneigh_net(const struct pneigh_entry *pneigh) in pneigh_net()
/linux/net/core/
H A Dneighbour.c757 struct pneigh_entry *pneigh_lookup(struct neigh_table *tbl, in pneigh_lookup()
761 struct pneigh_entry *n; in pneigh_lookup()
786 struct pneigh_entry *n; in pneigh_create()
831 struct pneigh_entry *n = container_of(rcu, struct pneigh_entry, rcu); in pneigh_destroy()
840 struct pneigh_entry *n, __rcu **np; in pneigh_delete()
873 struct pneigh_entry *n, __rcu **np; in pneigh_ifdown()
1853 phsize = (PNEIGH_HASHMASK + 1) * sizeof(struct pneigh_entry *); in neigh_table_init()
2722 static int pneigh_fill_info(struct sk_buff *skb, struct pneigh_entry *pn, in pneigh_fill_info()
2844 struct pneigh_entry *n; in pneigh_dump_table()
3116 struct pneigh_entry *pn; in neigh_get()
[all …]
/linux/net/ipv6/
H A Dndisc.c81 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()
769 struct pneigh_entry *n; in pndisc_is_router()
/linux/net/ipv4/
H A Darp.c1451 struct pneigh_entry *n) in arp_format_pneigh_entry()