Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netipsec/
Dkey.c348 #define V_spacqtree VNET(spacqtree) macro
4718 for (acq = LIST_FIRST(&V_spacqtree); acq != NULL; acq = nextacq) { in key_flush_spacq()
6922 LIST_INSERT_HEAD(&V_spacqtree, acq, chain); in key_newspacq()
6934 LIST_FOREACH(acq, &V_spacqtree, chain) { in key_getspacq()
8313 LIST_INIT(&V_spacqtree); in key_init()
8422 for (spacq = LIST_FIRST(&V_spacqtree); spacq != NULL; in key_destroy()