Home
last modified time | relevance | path

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

/linux-6.1.9/net/core/
Dneighbour.c563 struct neigh_hash_table *new_nht, *old_nht; in neigh_hash_grow() local
567 old_nht = rcu_dereference_protected(tbl->nht, in neigh_hash_grow()
571 return old_nht; in neigh_hash_grow()
573 for (i = 0; i < (1 << old_nht->hash_shift); i++) { in neigh_hash_grow()
576 for (n = rcu_dereference_protected(old_nht->hash_buckets[i], in neigh_hash_grow()
596 call_rcu(&old_nht->rcu, neigh_hash_free_rcu); in neigh_hash_grow()