phash_buckets 227 include/net/neighbour.h struct pneigh_entry **phash_buckets; phash_buckets 707 net/core/neighbour.c return __pneigh_lookup_1(tbl->phash_buckets[hash_val], phash_buckets 721 net/core/neighbour.c n = __pneigh_lookup_1(tbl->phash_buckets[hash_val], phash_buckets 750 net/core/neighbour.c n->next = tbl->phash_buckets[hash_val]; phash_buckets 751 net/core/neighbour.c tbl->phash_buckets[hash_val] = n; phash_buckets 767 net/core/neighbour.c for (np = &tbl->phash_buckets[hash_val]; (n = *np) != NULL; phash_buckets 792 net/core/neighbour.c np = &tbl->phash_buckets[h]; phash_buckets 1699 net/core/neighbour.c tbl->phash_buckets = kzalloc(phsize, GFP_KERNEL); phash_buckets 1701 net/core/neighbour.c if (!tbl->nht || !tbl->phash_buckets) phash_buckets 1740 net/core/neighbour.c kfree(tbl->phash_buckets); phash_buckets 1741 net/core/neighbour.c tbl->phash_buckets = NULL; phash_buckets 2610 net/core/neighbour.c for (n = tbl->phash_buckets[h], idx = 0; n; n = n->next) { phash_buckets 3139 net/core/neighbour.c pn = tbl->phash_buckets[bucket]; phash_buckets 3165 net/core/neighbour.c pn = tbl->phash_buckets[state->bucket];