Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/core/
H A Dneighbour.c204 struct neigh_hash_table *nht; in neigh_remove_one() local
210 nht = rcu_dereference_protected(tbl->nht, in neigh_remove_one()
212 hash_val = tbl->hash(pkey, ndel->dev, nht->hash_rnd); in neigh_remove_one()
213 hash_val = hash_val >> (32 - nht->hash_shift); in neigh_remove_one()
215 np = &nht->hash_buckets[hash_val]; in neigh_remove_one()
312 struct neigh_hash_table *nht; in neigh_flush_dev() local
314 nht = rcu_dereference_protected(tbl->nht, in neigh_flush_dev()
317 for (i = 0; i < (1 << nht->hash_shift); i++) { in neigh_flush_dev()
319 struct neighbour __rcu **np = &nht->hash_buckets[i]; in neigh_flush_dev()
488 struct neigh_hash_table *nht = container_of(head, in neigh_hash_free_rcu() local
[all …]
/OK3568_Linux_fs/kernel/include/net/
H A Dneighbour.h233 struct neigh_hash_table __rcu *nht; member
299 struct neigh_hash_table *nht = rcu_dereference_bh(tbl->nht); in ___neigh_lookup_noref() local
303 hash_val = hash(pkey, dev, nht->hash_rnd) >> (32 - nht->hash_shift); in ___neigh_lookup_noref()
304 for (n = rcu_dereference_bh(nht->hash_buckets[hash_val]); in ___neigh_lookup_noref()
390 struct neigh_hash_table *nht; member
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/eudev/
H A Dpermissions.rules30 KERNEL=="nht[0-9]*", GROUP="tape"