Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dkey.c8677 struct secspacq *spacq, *nextspacq; in key_vnet_destroy() local
8760 for (spacq = LIST_FIRST(&V_spacqtree); spacq != NULL; in key_vnet_destroy()
8761 spacq = nextspacq) { in key_vnet_destroy()
8762 nextspacq = LIST_NEXT(spacq, chain); in key_vnet_destroy()
8763 if (__LIST_CHAINED(spacq)) { in key_vnet_destroy()
8764 LIST_REMOVE(spacq, chain); in key_vnet_destroy()
8765 free(spacq, M_IPSEC_SAQ); in key_vnet_destroy()