Searched refs:spacq (Results 1 – 1 of 1) sorted by relevance
8344 struct secspacq *spacq, *nextspacq; in key_destroy() local8422 for (spacq = LIST_FIRST(&V_spacqtree); spacq != NULL; in key_destroy()8423 spacq = nextspacq) { in key_destroy()8424 nextspacq = LIST_NEXT(spacq, chain); in key_destroy()8425 if (__LIST_CHAINED(spacq)) { in key_destroy()8426 LIST_REMOVE(spacq, chain); in key_destroy()8427 free(spacq, M_IPSEC_SAQ); in key_destroy()