Home
last modified time | relevance | path

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

/linux-6.15/net/core/
H A Dneighbour.c547 struct neigh_hash_table *new_nht, *old_nht; in neigh_hash_grow() local
551 old_nht = rcu_dereference_protected(tbl->nht, in neigh_hash_grow()
555 return old_nht; in neigh_hash_grow()
557 for (i = 0; i < (1 << old_nht->hash_shift); i++) { in neigh_hash_grow()
561 neigh_for_each_in_bucket_safe(n, tmp, &old_nht->hash_heads[i]) { in neigh_hash_grow()
573 call_rcu(&old_nht->rcu, neigh_hash_free_rcu); in neigh_hash_grow()