Home
last modified time | relevance | path

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

/linux-6.15/net/core/
H A Dneighbour.c731 return __pneigh_lookup_1(tbl->phash_buckets[hash_val], in __pneigh_lookup()
745 n = __pneigh_lookup_1(tbl->phash_buckets[hash_val], in pneigh_lookup()
771 n->next = tbl->phash_buckets[hash_val]; in pneigh_lookup()
772 tbl->phash_buckets[hash_val] = n; in pneigh_lookup()
812 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()
1799 kfree(tbl->phash_buckets); in neigh_table_clear()
1800 tbl->phash_buckets = NULL; in neigh_table_clear()
3234 pn = tbl->phash_buckets[bucket]; in pneigh_get_first()
[all …]
/linux-6.15/include/net/
H A Dneighbour.h238 struct pneigh_entry **phash_buckets; member