old_nht 484 net/core/neighbour.c struct neigh_hash_table *new_nht, *old_nht; old_nht 488 net/core/neighbour.c old_nht = rcu_dereference_protected(tbl->nht, old_nht 492 net/core/neighbour.c return old_nht; old_nht 494 net/core/neighbour.c for (i = 0; i < (1 << old_nht->hash_shift); i++) { old_nht 497 net/core/neighbour.c for (n = rcu_dereference_protected(old_nht->hash_buckets[i], old_nht 517 net/core/neighbour.c call_rcu(&old_nht->rcu, neigh_hash_free_rcu);