Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dkey.c8323 struct secspacq *spacq, *nextspacq; in key_destroy() local
8401 for (spacq = LIST_FIRST(&V_spacqtree); spacq != NULL; in key_destroy()
8402 spacq = nextspacq) { in key_destroy()
8403 nextspacq = LIST_NEXT(spacq, chain); in key_destroy()
8404 if (__LIST_CHAINED(spacq)) { in key_destroy()
8405 LIST_REMOVE(spacq, chain); in key_destroy()
8406 free(spacq, M_IPSEC_SAQ); in key_destroy()