Searched refs:hash_heads (Results 1 – 2 of 2) sorted by relevance
449 neigh_for_each_in_bucket_safe(n, tmp, &nht->hash_heads[i]) in neigh_flush_table() 558 struct hlist_head *hash_heads; in neigh_hash_alloc() 566 hash_heads = kzalloc(size, GFP_ATOMIC); in neigh_hash_alloc() 567 if (!hash_heads) { in neigh_hash_alloc() 571 ret->hash_heads = hash_heads; in neigh_hash_alloc() 584 kfree(nht->hash_heads); in neigh_hash_free_rcu() 606 neigh_for_each_in_bucket_safe(n, tmp, &old_nht->hash_heads[i]) { in neigh_hash_grow() 613 hlist_add_head_rcu(&n->hash, &new_nht->hash_heads[hash]); in neigh_hash_grow() 700 neigh_for_each_in_bucket(n1, &nht->hash_heads[hash_va in ___neigh_create() 561 struct hlist_head *hash_heads; neigh_hash_alloc() local [all...]
202 struct hlist_head *hash_heads; member317 neigh_for_each_in_bucket_rcu(n, &nht->hash_heads[hash_val]) in ___neigh_lookup_noref()