Lines Matching defs:tbl
119 static int neigh_forced_gc(struct neigh_table *tbl) in neigh_forced_gc()
195 static void neigh_flush_dev(struct neigh_table *tbl, struct net_device *dev) in neigh_flush_dev()
245 void neigh_changeaddr(struct neigh_table *tbl, struct net_device *dev) in neigh_changeaddr()
253 int neigh_ifdown(struct neigh_table *tbl, struct net_device *dev) in neigh_ifdown()
266 static struct neighbour *neigh_alloc(struct neigh_table *tbl, struct net_device *dev) in neigh_alloc()
355 static struct neigh_hash_table *neigh_hash_grow(struct neigh_table *tbl, in neigh_hash_grow()
396 struct neighbour *neigh_lookup(struct neigh_table *tbl, const void *pkey, in neigh_lookup()
416 struct neighbour *neigh_lookup_nodev(struct neigh_table *tbl, struct net *net, in neigh_lookup_nodev()
447 struct neighbour *__neigh_create(struct neigh_table *tbl, const void *pkey, in __neigh_create()
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()
618 int pneigh_delete(struct neigh_table *tbl, struct net *net, const void *pkey, in pneigh_delete()
644 static int pneigh_ifdown(struct neigh_table *tbl, struct net_device *dev) in pneigh_ifdown()
738 struct neigh_table *tbl = container_of(work, struct neigh_table, gc_work.work); in neigh_periodic_work() local
1251 struct neighbour *neigh_event_ns(struct neigh_table *tbl, in neigh_event_ns()
1350 struct neigh_table *tbl = (struct neigh_table *)arg; in neigh_proxy_process() local
1382 void pneigh_enqueue(struct neigh_table *tbl, struct neigh_parms *p, in pneigh_enqueue()
1411 static inline struct neigh_parms *lookup_neigh_parms(struct neigh_table *tbl, in lookup_neigh_parms()
1426 struct neigh_table *tbl) in neigh_parms_alloc()
1467 void neigh_parms_release(struct neigh_table *tbl, struct neigh_parms *parms) in neigh_parms_release()
1490 void neigh_table_init(int index, struct neigh_table *tbl) in neigh_table_init()
1541 int neigh_table_clear(int index, struct neigh_table *tbl) in neigh_table_clear()
1570 struct neigh_table *tbl = NULL; in neigh_find_table() local
1592 struct neigh_table *tbl; in neigh_delete() local
1650 struct neigh_table *tbl; in neigh_add() local
1782 static int neightbl_fill_info(struct sk_buff *skb, struct neigh_table *tbl, in neightbl_fill_info()
1870 struct neigh_table *tbl, in neightbl_fill_param_info()
1931 struct neigh_table *tbl; in neightbl_set() local
2093 struct neigh_table *tbl; in neightbl_dump_info() local
2195 struct neigh_table *tbl) in pneigh_fill_info()
2230 static int neigh_dump_table(struct neigh_table *tbl, struct sk_buff *skb, in neigh_dump_table()
2271 static int pneigh_dump_table(struct neigh_table *tbl, struct sk_buff *skb, in pneigh_dump_table()
2313 struct neigh_table *tbl; in neigh_dump_info() local
2351 void neigh_for_each(struct neigh_table *tbl, void (*cb)(struct neighbour *, void *), void *cookie) in neigh_for_each()
2374 void __neigh_for_each_release(struct neigh_table *tbl, in __neigh_for_each_release()
2413 struct neigh_table *tbl; in neigh_xmit() local
2550 struct neigh_table *tbl = state->tbl; in pneigh_get_first() local
2573 struct neigh_table *tbl = state->tbl; in pneigh_get_next() local
2623 void *neigh_seq_start(struct seq_file *seq, loff_t *pos, struct neigh_table *tbl, unsigned int neig… in neigh_seq_start()
2677 struct neigh_table *tbl = seq->private; in neigh_stat_seq_start() local
2694 struct neigh_table *tbl = seq->private; in neigh_stat_seq_next() local
2713 struct neigh_table *tbl = seq->private; in neigh_stat_seq_show() local
3081 struct neigh_table *tbl = p->tbl; in neigh_sysctl_register() local