Home
last modified time | relevance | path

Searched refs:hash_heads (Results 1 – 2 of 2) sorted by relevance

/linux/net/core/
H A Dneighbour.c449 neigh_for_each_in_bucket_safe(n, tmp, &nht->hash_heads[i]) in neigh_flush_table()
561 struct hlist_head *hash_heads; in neigh_hash_alloc() local
569 hash_heads = kzalloc(size, GFP_ATOMIC); in neigh_hash_alloc()
570 if (!hash_heads) { in neigh_hash_alloc()
574 ret->hash_heads = hash_heads; in neigh_hash_alloc()
587 kfree(nht->hash_heads); in neigh_hash_free_rcu()
609 neigh_for_each_in_bucket_safe(n, tmp, &old_nht->hash_heads[i]) { in neigh_hash_grow()
616 hlist_add_head_rcu(&n->hash, &new_nht->hash_heads[hash]); in neigh_hash_grow()
703 neigh_for_each_in_bucket(n1, &nht->hash_heads[hash_val]) { in ___neigh_create()
719 hlist_add_head_rcu(&n->hash, &nht->hash_heads[hash_val]); in ___neigh_create()
[all …]
/linux/include/net/
H A Dneighbour.h202 struct hlist_head *hash_heads;
317 neigh_for_each_in_bucket_rcu(n, &nht->hash_heads[hash_val]) in ___neigh_lookup_noref()
200 struct hlist_head *hash_heads; global() member