Home
last modified time | relevance | path

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

/Linux-v5.10/net/core/
Dneighbour.c486 struct neigh_hash_table *new_nht, *old_nht; in neigh_hash_grow() local
490 old_nht = rcu_dereference_protected(tbl->nht, in neigh_hash_grow()
494 return old_nht; in neigh_hash_grow()
496 for (i = 0; i < (1 << old_nht->hash_shift); i++) { in neigh_hash_grow()
499 for (n = rcu_dereference_protected(old_nht->hash_buckets[i], in neigh_hash_grow()
519 call_rcu(&old_nht->rcu, neigh_hash_free_rcu); in neigh_hash_grow()