Home
last modified time | relevance | path

Searched refs:phash_buckets (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/core/
H A Dneighbour.c716 return __pneigh_lookup_1(tbl->phash_buckets[hash_val], in __pneigh_lookup()
730 n = __pneigh_lookup_1(tbl->phash_buckets[hash_val], in pneigh_lookup()
758 n->next = tbl->phash_buckets[hash_val]; in pneigh_lookup()
759 tbl->phash_buckets[hash_val] = n; in pneigh_lookup()
775 for (np = &tbl->phash_buckets[hash_val]; (n = *np) != NULL; in pneigh_delete()
800 np = &tbl->phash_buckets[h]; in pneigh_ifdown_and_unlock()
1721 tbl->phash_buckets = kzalloc(phsize, GFP_KERNEL); in neigh_table_init()
1723 if (!tbl->nht || !tbl->phash_buckets) in neigh_table_init()
1762 kfree(tbl->phash_buckets); in neigh_table_clear()
1763 tbl->phash_buckets in neigh_table_clear()
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dneighbour.c773 return __pneigh_lookup_1(tbl->phash_buckets[hash_val], in __pneigh_lookup()
787 n = __pneigh_lookup_1(tbl->phash_buckets[hash_val], in pneigh_lookup()
813 n->next = tbl->phash_buckets[hash_val]; in pneigh_lookup()
814 tbl->phash_buckets[hash_val] = n; in pneigh_lookup()
830 for (np = &tbl->phash_buckets[hash_val]; (n = *np) != NULL; in pneigh_delete()
854 np = &tbl->phash_buckets[h]; in pneigh_ifdown_and_unlock()
1803 tbl->phash_buckets = kzalloc(phsize, GFP_KERNEL); in neigh_table_init()
1805 if (!tbl->nht || !tbl->phash_buckets) in neigh_table_init()
1849 kfree(tbl->phash_buckets); in neigh_table_clear()
1850 tbl->phash_buckets in neigh_table_clear()
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dneighbour.h228 struct pneigh_entry **phash_buckets; member
/kernel/linux/linux-6.6/include/net/
H A Dneighbour.h236 struct pneigh_entry **phash_buckets; member

Completed in 10 milliseconds