Searched refs:PNEIGH_HASHMASK (Results 1 – 1 of 1) sorted by relevance
52 #define PNEIGH_HASHMASK 0xF macro545 hash_val &= PNEIGH_HASHMASK; in pneigh_hash()653 for (h = 0; h <= PNEIGH_HASHMASK; h++) { in pneigh_ifdown()1521 phsize = (PNEIGH_HASHMASK + 1) * sizeof(struct pneigh_entry *); in neigh_table_init()2332 for (h = s_h; h <= PNEIGH_HASHMASK; h++) { in pneigh_dump_table()2606 for (bucket = 0; bucket <= PNEIGH_HASHMASK; bucket++) { in pneigh_get_first()2631 if (++state->bucket > PNEIGH_HASHMASK) in pneigh_get_next()