Home
last modified time | relevance | path

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

/linux/net/core/
A Dneighbour.c743 return __pneigh_lookup_1(tbl->phash_buckets[hash_val], in __pneigh_lookup()
757 n = __pneigh_lookup_1(tbl->phash_buckets[hash_val], in pneigh_lookup()
783 n->next = tbl->phash_buckets[hash_val]; in pneigh_lookup()
784 tbl->phash_buckets[hash_val] = n; in pneigh_lookup()
824 np = &tbl->phash_buckets[h]; in pneigh_ifdown_and_unlock()
1747 tbl->phash_buckets = kzalloc(phsize, GFP_KERNEL); in neigh_table_init()
1749 if (!tbl->nht || !tbl->phash_buckets) in neigh_table_init()
1793 kfree(tbl->phash_buckets); in neigh_table_clear()
1794 tbl->phash_buckets = NULL; in neigh_table_clear()
3239 pn = tbl->phash_buckets[bucket]; in pneigh_get_first()
[all …]
/linux/include/net/
A Dneighbour.h231 struct pneigh_entry **phash_buckets; member

Completed in 11 milliseconds