Home
last modified time | relevance | path

Searched refs:USER_ENT_HASH_SIZE (Results 1 – 1 of 1) sorted by relevance

/external/iproute2/misc/
Dss.c356 #define USER_ENT_HASH_SIZE 256 macro
357 struct user_ent *user_ent_hash[USER_ENT_HASH_SIZE];
363 return val & (USER_ENT_HASH_SIZE - 1); in user_ent_hashfn()
396 while (cnt != USER_ENT_HASH_SIZE) { in user_ent_destroy()