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

/darwin-on-arm/xnu/bsd/netkey/
H A Dkeydb.h78 LIST_ENTRY(secasvar) spihash; member in struct:secasvar
H A Dkey.c190 static LIST_HEAD(_spihash, secasvar) spihash[SPIHASHSIZE];
602 LIST_INIT(&spihash[i]);
1155 LIST_FOREACH(sav, &spihash[SPIHASH(spi)], spihash) {
3239 if (newsav->spihash.le_prev || newsav->spihash.le_next)
3240 LIST_REMOVE(newsav, spihash);
3339 if (newsav->spihash.le_prev || newsav->spihash.le_next)
3340 LIST_REMOVE(newsav, spihash);
[all...]

Completed in 212 milliseconds