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

/freebsd-11-stable/sys/netipsec/
H A Dkeydb.h180 LIST_ENTRY(secasvar) spihash; member in struct:secasvar
H A Dkey.c990 LIST_FOREACH(sav, SAVHASH_HASH(spi), spihash) {
1266 LIST_REMOVE(sav, spihash);
2899 LIST_INSERT_HEAD(SAVHASH_HASH(sav->spi), sav, spihash);
3041 LIST_FOREACH(sav, SAVHASH_HASH(spi), spihash) {
3063 LIST_FOREACH(sav, SAVHASH_HASH(spi), spihash) {
4454 LIST_REMOVE(sav, spihash);
4470 LIST_REMOVE(sav, spihash);
5003 LIST_FOREACH(sav, SAVHASH_HASH(*spi), spihash) {
5123 LIST_REMOVE(sav, spihash);
5140 LIST_INSERT_HEAD(SAVHASH_HASH(newsav->spi), newsav, spihash);
[all...]

Completed in 205 milliseconds