Searched refs:nht (Results 1 – 3 of 3) sorted by relevance
21 struct neigh_hash_table *nht = rcu_dereference_bh(arp_tbl.nht); in __ipv4_neigh_lookup_noref() local25 hash_val = arp_hashfn(key, dev, nht->hash_rnd[0]) >> (32 - nht->hash_shift); in __ipv4_neigh_lookup_noref()26 for (n = rcu_dereference_bh(nht->hash_buckets[hash_val]); in __ipv4_neigh_lookup_noref()
159 struct neigh_hash_table *nht; in __ipv6_neigh_lookup_noref() local164 nht = rcu_dereference_bh(nd_tbl.nht); in __ipv6_neigh_lookup_noref()165 hash_val = ndisc_hashfn(pkey, dev, nht->hash_rnd) >> (32 - nht->hash_shift); in __ipv6_neigh_lookup_noref()166 for (n = rcu_dereference_bh(nht->hash_buckets[hash_val]); in __ipv6_neigh_lookup_noref()
179 struct neigh_hash_table __rcu *nht; member264 struct neigh_hash_table *nht; member