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

/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c188 #define SPIHASHSIZE 128 macro
189 #define SPIHASH(x) (((x) ^ ((x) >> 16)) % SPIHASHSIZE)
190 static LIST_HEAD(_spihash, secasvar) spihash[SPIHASHSIZE];
601 for (i = 0; i < SPIHASHSIZE; i++)

Completed in 30 milliseconds