Searched refs:PNEIGH_HASHMASK (Results 1 – 1 of 1) sorted by relevance
51 #define PNEIGH_HASHMASK 0xF macro753 hash_val &= PNEIGH_HASHMASK; in pneigh_hash()879 for (h = 0; h <= PNEIGH_HASHMASK; h++) { in pneigh_ifdown()1853 phsize = (PNEIGH_HASHMASK + 1) * sizeof(struct pneigh_entry *); in neigh_table_init()2853 for (h = s_h; h <= PNEIGH_HASHMASK; h++) { in pneigh_dump_table()3353 for (bucket = 0; bucket <= PNEIGH_HASHMASK; bucket++) { in pneigh_get_first()3379 if (++state->bucket > PNEIGH_HASHMASK) in pneigh_get_next()