Searched refs:nht (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/core/ |
H A D | neighbour.c | 204 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() 330 struct neigh_hash_table *nht; in neigh_flush_dev() local 332 nht = rcu_dereference_protected(tbl->nht, in neigh_flush_dev() 335 for (i = 0; i < (1 << nht in neigh_flush_dev() 506 struct neigh_hash_table *nht = container_of(head, neigh_hash_free_rcu() local 589 struct neigh_hash_table *nht; ___neigh_create() local 899 struct neigh_hash_table *nht; neigh_periodic_work() local 2082 struct neigh_hash_table *nht; neightbl_fill_info() local 2581 struct neigh_hash_table *nht; neigh_dump_table() local 2955 struct neigh_hash_table *nht; neigh_for_each() local 2979 struct neigh_hash_table *nht; __neigh_for_each_release() local 3059 struct neigh_hash_table *nht = state->nht; neigh_get_first() local 3100 struct neigh_hash_table *nht = state->nht; neigh_get_next() local [all...] |
/kernel/linux/linux-6.6/net/core/ |
H A D | neighbour.c | 231 struct neigh_hash_table *nht; in neigh_remove_one() local 237 nht = rcu_dereference_protected(tbl->nht, in neigh_remove_one() 239 hash_val = tbl->hash(pkey, ndel->dev, nht->hash_rnd); in neigh_remove_one() 240 hash_val = hash_val >> (32 - nht->hash_shift); in neigh_remove_one() 242 np = &nht->hash_buckets[hash_val]; in neigh_remove_one() 384 struct neigh_hash_table *nht; in neigh_flush_dev() local 386 nht = rcu_dereference_protected(tbl->nht, in neigh_flush_dev() 389 for (i = 0; i < (1 << nht in neigh_flush_dev() 562 struct neigh_hash_table *nht = container_of(head, neigh_hash_free_rcu() local 645 struct neigh_hash_table *nht; ___neigh_create() local 952 struct neigh_hash_table *nht; neigh_periodic_work() local 2189 struct neigh_hash_table *nht; neightbl_fill_info() local 2712 struct neigh_hash_table *nht; neigh_dump_table() local 3088 struct neigh_hash_table *nht; neigh_for_each() local 3112 struct neigh_hash_table *nht; __neigh_for_each_release() local 3192 struct neigh_hash_table *nht = state->nht; neigh_get_first() local 3233 struct neigh_hash_table *nht = state->nht; neigh_get_next() local [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | neighbour.h | 227 struct neigh_hash_table __rcu *nht; member 289 struct neigh_hash_table *nht = rcu_dereference_bh(tbl->nht); in ___neigh_lookup_noref() local 293 hash_val = hash(pkey, dev, nht->hash_rnd) >> (32 - nht->hash_shift); in ___neigh_lookup_noref() 294 for (n = rcu_dereference_bh(nht->hash_buckets[hash_val]); in ___neigh_lookup_noref() 378 struct neigh_hash_table *nht; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | neighbour.h | 235 struct neigh_hash_table __rcu *nht; member 302 struct neigh_hash_table *nht = rcu_dereference(tbl->nht); in ___neigh_lookup_noref() local 306 hash_val = hash(pkey, dev, nht->hash_rnd) >> (32 - nht->hash_shift); in ___neigh_lookup_noref() 307 for (n = rcu_dereference(nht->hash_buckets[hash_val]); in ___neigh_lookup_noref() 401 struct neigh_hash_table *nht; member
|
Completed in 8 milliseconds