Home
last modified time | relevance | path

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

/linux-2.6.39/net/core/
Dneighbour.c568 return __pneigh_lookup_1(tbl->phash_buckets[hash_val], in __pneigh_lookup()
582 n = __pneigh_lookup_1(tbl->phash_buckets[hash_val], in pneigh_lookup()
611 n->next = tbl->phash_buckets[hash_val]; in pneigh_lookup()
612 tbl->phash_buckets[hash_val] = n; in pneigh_lookup()
628 for (np = &tbl->phash_buckets[hash_val]; (n = *np) != NULL; in pneigh_delete()
653 np = &tbl->phash_buckets[h]; in pneigh_ifdown()
1546 tbl->phash_buckets = kzalloc(phsize, GFP_KERNEL); in neigh_table_init_no_netlink()
1548 if (!tbl->nht || !tbl->phash_buckets) in neigh_table_init_no_netlink()
1609 kfree(tbl->phash_buckets); in neigh_table_clear()
1610 tbl->phash_buckets = NULL; in neigh_table_clear()
[all …]
/linux-2.6.39/include/net/
Dneighbour.h180 struct pneigh_entry **phash_buckets; member