Lines Matching refs:pneigh_entry
587 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()
2669 static struct pneigh_entry *pneigh_get_first(struct seq_file *seq) in pneigh_get_first()
2674 struct pneigh_entry *pn = NULL; in pneigh_get_first()
2690 static struct pneigh_entry *pneigh_get_next(struct seq_file *seq, in pneigh_get_next()
2691 struct pneigh_entry *pn, in pneigh_get_next()
2718 static struct pneigh_entry *pneigh_get_idx(struct seq_file *seq, loff_t *pos) in pneigh_get_idx()
2720 struct pneigh_entry *pn = pneigh_get_first(seq); in pneigh_get_idx()