Searched refs:hash_buckets (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Ddn_neigh.c338 for(neigh = tbl->hash_buckets[hash_val]; neigh != NULL; neigh = neigh->next) {
500 for(neigh = tbl->hash_buckets[i]; neigh != NULL; neigh = neigh->next) {
544 n = dn_neigh_table.hash_buckets[i];
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dneighbour.c116 np = &tbl->hash_buckets[i];
181 np = &tbl->hash_buckets[i];
271 for (n = tbl->hash_buckets[hash_val]; n; n = n->next) {
316 for (n1 = tbl->hash_buckets[hash_val]; n1; n1 = n1->next) {
326 n->next = tbl->hash_buckets[hash_val];
327 tbl->hash_buckets[hash_val] = n;
561 np = &tbl->hash_buckets[i];
1343 for (n = tbl->hash_buckets[h], idx = 0; n;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dneighbour.h168 struct neighbour *hash_buckets[NEIGH_HASHMASK+1]; member in struct:neigh_table
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dneighbour.h168 struct neighbour *hash_buckets[NEIGH_HASHMASK+1]; member in struct:neigh_table
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dproc.c405 for (n = clip_tbl.hash_buckets[i]; n; n = n->next) {
H A Dclip.c121 for (np = &clip_tbl.hash_buckets[i]; *np;) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Darp.c1116 for (n=arp_tbl.hash_buckets[i]; n; n=n->next) {

Completed in 68 milliseconds