Searched refs:PNEIGH_HASHMASK (Results 1 – 1 of 1) sorted by relevance
52 #define PNEIGH_HASHMASK 0xF macro583 hash_val &= PNEIGH_HASHMASK; in pneigh_hash()692 for (h = 0; h <= PNEIGH_HASHMASK; h++) { in pneigh_ifdown_and_unlock()1576 phsize = (PNEIGH_HASHMASK + 1) * sizeof(struct pneigh_entry *); in neigh_table_init()2402 for (h = s_h; h <= PNEIGH_HASHMASK; h++) { in pneigh_dump_table()2678 for (bucket = 0; bucket <= PNEIGH_HASHMASK; bucket++) { in pneigh_get_first()2703 if (++state->bucket > PNEIGH_HASHMASK) in pneigh_get_next()