Lines Matching refs:pneigh_entry
545 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()
2546 static struct pneigh_entry *pneigh_get_first(struct seq_file *seq) in pneigh_get_first()
2551 struct pneigh_entry *pn = NULL; in pneigh_get_first()
2567 static struct pneigh_entry *pneigh_get_next(struct seq_file *seq, in pneigh_get_next()
2568 struct pneigh_entry *pn, in pneigh_get_next()
2595 static struct pneigh_entry *pneigh_get_idx(struct seq_file *seq, loff_t *pos) in pneigh_get_idx()
2597 struct pneigh_entry *pn = pneigh_get_first(seq); in pneigh_get_idx()