Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dkey.c374 #define V_spacqtree VNET(spacqtree) macro
4936 for (acq = LIST_FIRST(&V_spacqtree); acq != NULL; acq = nextacq) { in key_flush_spacq()
7243 LIST_INSERT_HEAD(&V_spacqtree, acq, chain); in key_newspacq()
7255 LIST_FOREACH(acq, &V_spacqtree, chain) { in key_getspacq()
8636 LIST_INIT(&V_spacqtree); in key_vnet_init()
8760 for (spacq = LIST_FIRST(&V_spacqtree); spacq != NULL; in key_vnet_destroy()