Home
last modified time | relevance | path

Searched refs:hash_buckets (Results 1 – 4 of 4) sorted by relevance

/linux/net/core/
A Dneighbour.c242 np = &nht->hash_buckets[hash_val]; in neigh_remove_one()
331 struct neighbour __rcu **np = &nht->hash_buckets[i]; in neigh_flush_dev()
492 ret->hash_buckets = buckets; in neigh_hash_alloc()
505 struct neighbour __rcu **buckets = nht->hash_buckets; in neigh_hash_free_rcu()
546 new_nht->hash_buckets[hash], in neigh_hash_grow()
548 rcu_assign_pointer(new_nht->hash_buckets[hash], n); in neigh_hash_grow()
591 for (n = rcu_dereference_bh(nht->hash_buckets[hash_val]); in neigh_lookup_nodev()
689 rcu_assign_pointer(nht->hash_buckets[hash_val], n); in ___neigh_create()
946 np = &nht->hash_buckets[i]; in neigh_periodic_work()
3059 np = &nht->hash_buckets[chain]; in __neigh_for_each_release()
[all …]
/linux/drivers/net/
A Damt.c270 for (i = 0; i < amt->hash_buckets; i++) in amt_del_group()
418 buckets = amt->hash_buckets; in amt_group_work()
475 (sizeof(struct hlist_head) * amt->hash_buckets), in amt_add_group()
488 for (i = 0; i < amt->hash_buckets; i++) in amt_add_group()
1297 for (i = 0; i < amt->hash_buckets; i++) in amt_clear_groups()
1330 for (i = 0; i < amt->hash_buckets; i++) { in amt_cleanup_srcs()
1338 for (i = 0; i < amt->hash_buckets; i++) { in amt_cleanup_srcs()
1488 for (i = 0; i < amt->hash_buckets; i++) { in amt_lookup_act_srcs()
1511 for (i = 0; i < amt->hash_buckets; i++) { in amt_lookup_act_srcs()
2635 for (i = 0; i < amt->hash_buckets; i++) in amt_request_handler()
[all …]
/linux/include/net/
A Dneighbour.h188 struct neighbour __rcu **hash_buckets; member
307 for (n = rcu_dereference_bh(nht->hash_buckets[hash_val]); in ___neigh_lookup_noref()
A Damt.h318 u32 hash_buckets; member

Completed in 21 milliseconds