Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dneighbour.h167 struct pneigh_entry { struct
168 struct pneigh_entry *next; argument
199 int (*pconstructor)(struct pneigh_entry *);
200 void (*pdestructor)(struct pneigh_entry *);
218 struct pneigh_entry **phash_buckets;
341 struct pneigh_entry *pneigh_lookup(struct neigh_table *tbl, struct net *net,
344 struct pneigh_entry *__pneigh_lookup(struct neigh_table *tbl, struct net *net,
349 static inline struct net *pneigh_net(const struct pneigh_entry *pneigh) in pneigh_net()
361 void (*cb)(struct pneigh_entry *));
/linux-4.1.27/net/core/
Dneighbour.c545 static struct pneigh_entry *__pneigh_lookup_1(struct pneigh_entry *n, in __pneigh_lookup_1()
561 struct pneigh_entry *__pneigh_lookup(struct neigh_table *tbl, in __pneigh_lookup()
572 struct pneigh_entry * pneigh_lookup(struct neigh_table *tbl, in pneigh_lookup()
576 struct pneigh_entry *n; in pneigh_lookup()
621 struct pneigh_entry *n, **np; in pneigh_delete()
646 struct pneigh_entry *n, **np; in pneigh_ifdown()
1514 phsize = (PNEIGH_HASHMASK + 1) * sizeof(struct pneigh_entry *); in neigh_table_init()
1687 struct pneigh_entry *pn; in neigh_add()
2193 static int pneigh_fill_info(struct sk_buff *skb, struct pneigh_entry *pn, in pneigh_fill_info()
2274 struct pneigh_entry *n; in pneigh_dump_table()
[all …]
/linux-4.1.27/net/ipv6/
Dndisc.c91 static int pndisc_constructor(struct pneigh_entry *n);
92 static void pndisc_destructor(struct pneigh_entry *n);
353 static int pndisc_constructor(struct pneigh_entry *n) in pndisc_constructor()
366 static void pndisc_destructor(struct pneigh_entry *n) in pndisc_destructor()
690 struct pneigh_entry *n; in pndisc_is_router()
/linux-4.1.27/net/ipv4/
Darp.c1285 struct pneigh_entry *n) in arp_format_pneigh_entry()