Home
last modified time | relevance | path

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

/linux/net/core/
A Dneighbour.c775 return __pneigh_lookup_1(tbl->phash_buckets[hash_val], in __pneigh_lookup()
789 n = __pneigh_lookup_1(tbl->phash_buckets[hash_val], in pneigh_lookup()
815 n->next = tbl->phash_buckets[hash_val]; in pneigh_lookup()
816 tbl->phash_buckets[hash_val] = n; in pneigh_lookup()
856 np = &tbl->phash_buckets[h]; in pneigh_ifdown_and_unlock()
1805 tbl->phash_buckets = kzalloc(phsize, GFP_KERNEL); in neigh_table_init()
1807 if (!tbl->nht || !tbl->phash_buckets) in neigh_table_init()
1857 kfree(tbl->phash_buckets); in neigh_table_clear()
1858 tbl->phash_buckets = NULL; in neigh_table_clear()
3305 pn = tbl->phash_buckets[bucket]; in pneigh_get_first()
[all …]
/linux/include/net/
A Dneighbour.h236 struct pneigh_entry **phash_buckets; member

Completed in 18 milliseconds