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

/external/iproute2/misc/
H A Dss.c206 #define USER_ENT_HASH_SIZE 256 macro
207 struct user_ent *user_ent_hash[USER_ENT_HASH_SIZE];
213 return val & (USER_ENT_HASH_SIZE - 1);

Completed in 48 milliseconds