Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
Dneighbour.c729 return __pneigh_lookup_1(tbl->phash_buckets[hash_val], in __pneigh_lookup()
743 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()
788 for (np = &tbl->phash_buckets[hash_val]; (n = *np) != NULL; in pneigh_delete()
813 np = &tbl->phash_buckets[h]; in pneigh_ifdown_and_unlock()
1729 tbl->phash_buckets = kzalloc(phsize, GFP_KERNEL); in neigh_table_init()
1731 if (!tbl->nht || !tbl->phash_buckets) in neigh_table_init()
1770 kfree(tbl->phash_buckets); in neigh_table_clear()
1771 tbl->phash_buckets = NULL; in neigh_table_clear()
[all …]
/kernel/linux/linux-5.10/include/net/
Dneighbour.h228 struct pneigh_entry **phash_buckets; member