Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dneighbour.h181 struct neigh_hash_table { struct
217 struct neigh_hash_table __rcu *nht;
278 struct neigh_hash_table *nht = rcu_dereference_bh(tbl->nht); in ___neigh_lookup_noref()
366 struct neigh_hash_table *nht;
/linux-4.1.27/net/core/
Dneighbour.c123 struct neigh_hash_table *nht; in neigh_forced_gc()
198 struct neigh_hash_table *nht; in neigh_flush_dev()
313 static struct neigh_hash_table *neigh_hash_alloc(unsigned int shift) in neigh_hash_alloc()
316 struct neigh_hash_table *ret; in neigh_hash_alloc()
342 struct neigh_hash_table *nht = container_of(head, in neigh_hash_free_rcu()
343 struct neigh_hash_table, in neigh_hash_free_rcu()
355 static struct neigh_hash_table *neigh_hash_grow(struct neigh_table *tbl, in neigh_hash_grow()
359 struct neigh_hash_table *new_nht, *old_nht; in neigh_hash_grow()
422 struct neigh_hash_table *nht; in neigh_lookup_nodev()
454 struct neigh_hash_table *nht; in __neigh_create()
[all …]