Searched refs:PNEIGH_HASHMASK (Results 1 – 1 of 1) sorted by relevance
51 #define PNEIGH_HASHMASK 0xF macro750 hash_val &= PNEIGH_HASHMASK; in pneigh_hash()876 for (h = 0; h <= PNEIGH_HASHMASK; h++) { in pneigh_ifdown()1848 phsize = (PNEIGH_HASHMASK + 1) * sizeof(struct pneigh_entry *); in neigh_table_init()2862 for (h = s_h; h <= PNEIGH_HASHMASK; h++) { in pneigh_dump_table()3362 for (bucket = 0; bucket <= PNEIGH_HASHMASK; bucket++) { in pneigh_get_first()3388 if (++state->bucket > PNEIGH_HASHMASK) in pneigh_get_next()