Searched refs:PNEIGH_HASHMASK (Results 1 – 1 of 1) sorted by relevance
51 #define PNEIGH_HASHMASK 0xF macro747 hash_val &= PNEIGH_HASHMASK; in pneigh_hash()853 for (h = 0; h <= PNEIGH_HASHMASK; h++) { in pneigh_ifdown_and_unlock()1802 phsize = (PNEIGH_HASHMASK + 1) * sizeof(struct pneigh_entry *); in neigh_table_init()2766 for (h = s_h; h <= PNEIGH_HASHMASK; h++) { in pneigh_dump_table()3299 for (bucket = 0; bucket <= PNEIGH_HASHMASK; bucket++) { in pneigh_get_first()3324 if (++state->bucket > PNEIGH_HASHMASK) in pneigh_get_next()