Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dkey.c4676 struct secacq *acq, *nextacq; in key_flush_acq() local
4682 nextacq = LIST_NEXT(acq, chain); in key_flush_acq()
4689 acq = nextacq; in key_flush_acq()
4697 struct secspacq *acq, *nextacq; in key_flush_spacq() local
4701 for (acq = LIST_FIRST(&V_spacqtree); acq != NULL; acq = nextacq) { in key_flush_spacq()
4702 nextacq = LIST_NEXT(acq, chain); in key_flush_spacq()
8322 struct secacq *acq, *nextacq; in key_destroy() local
8389 nextacq = LIST_NEXT(acq, chain); in key_destroy()
8392 acq = nextacq; in key_destroy()