Home
last modified time | relevance | path

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

/linux/net/core/
H A Dneighbour.c767 n = rcu_dereference_check(tbl->phash_buckets[hash_val], in pneigh_lookup()
817 n->next = tbl->phash_buckets[hash_val]; in pneigh_create()
818 rcu_assign_pointer(tbl->phash_buckets[hash_val], n); in pneigh_create()
849 for (np = &tbl->phash_buckets[hash_val]; in pneigh_delete()
880 np = &tbl->phash_buckets[h]; in pneigh_ifdown()
1854 tbl->phash_buckets = kzalloc(phsize, GFP_KERNEL); in neigh_table_init()
1856 if (!tbl->nht || !tbl->phash_buckets) in neigh_table_init()
1907 kfree(tbl->phash_buckets); in neigh_table_clear()
1908 tbl->phash_buckets = NULL; in neigh_table_clear()
2856 for (n = rcu_dereference(tbl->phash_buckets[h]), idx = 0; in pneigh_dump_table()
[all …]
/linux/include/net/
H A Dneighbour.h246 struct pneigh_entry __rcu **phash_buckets; member