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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/core/
H A Dneighbour.c466 for (n = tbl->phash_buckets[hash_val]; n; n = n->next) {
496 n->next = tbl->phash_buckets[hash_val];
497 tbl->phash_buckets[hash_val] = n;
517 for (np = &tbl->phash_buckets[hash_val]; (n = *np) != NULL;
540 np = &tbl->phash_buckets[h];
1367 tbl->phash_buckets = kzalloc(phsize, GFP_KERNEL);
1369 if (!tbl->hash_buckets || !tbl->phash_buckets)
1435 kfree(tbl->phash_buckets);
1436 tbl->phash_buckets = NULL;
2213 pn = tbl->phash_buckets[bucke
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dneighbour.h170 struct pneigh_entry **phash_buckets; member in struct:neigh_table

Completed in 96 milliseconds