Home
last modified time | relevance | path

Searched refs:neigh_hash_table (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dneighbour.h201 struct neigh_hash_table { struct
244 struct neigh_hash_table __rcu *nht;
312 struct neigh_hash_table *nht = rcu_dereference(tbl->nht); in ___neigh_lookup_noref()
415 struct neigh_hash_table *nht;
/linux/net/core/
H A Dneighbour.c439 struct neigh_hash_table *nht; in neigh_flush_table()
558 static struct neigh_hash_table *neigh_hash_alloc(unsigned int shift) in neigh_hash_alloc()
562 struct neigh_hash_table *ret; in neigh_hash_alloc()
583 struct neigh_hash_table *nht = container_of(head, in neigh_hash_free_rcu()
584 struct neigh_hash_table, in neigh_hash_free_rcu()
591 static struct neigh_hash_table *neigh_hash_grow(struct neigh_table *tbl, in neigh_hash_grow()
595 struct neigh_hash_table *new_nht, *old_nht; in neigh_hash_grow()
652 struct neigh_hash_table *nht; in ___neigh_create()
977 struct neigh_hash_table *nht; in neigh_periodic_work()
2273 struct neigh_hash_table *nht; in neightbl_fill_info()
[all …]