Home
last modified time | relevance | path

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

/include/net/
Darp.h21 struct neigh_hash_table *nht = rcu_dereference_bh(arp_tbl.nht); in __ipv4_neigh_lookup_noref() local
25 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()
Dndisc.h159 struct neigh_hash_table *nht; in __ipv6_neigh_lookup_noref() local
164 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()
Dneighbour.h179 struct neigh_hash_table __rcu *nht; member
264 struct neigh_hash_table *nht; member