Home
last modified time | relevance | path

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

/linux/net/core/
H A Dneighbour.c595 struct neigh_hash_table *new_nht, *old_nht; in neigh_hash_grow() local
599 old_nht = rcu_dereference_protected(tbl->nht, in neigh_hash_grow()
603 return old_nht; in neigh_hash_grow()
605 for (i = 0; i < (1 << old_nht->hash_shift); i++) { in neigh_hash_grow()
609 neigh_for_each_in_bucket_safe(n, tmp, &old_nht->hash_heads[i]) { in neigh_hash_grow()
621 call_rcu(&old_nht->rcu, neigh_hash_free_rcu); in neigh_hash_grow()