Searched refs:secacq (Results 1 – 2 of 2) sorted by relevance
142 struct secacq { struct143 LIST_ENTRY(secacq) chain;
168 static LIST_HEAD(_acqtree, secacq) acqtree; /* acquiring list */522 static struct secacq *key_newacq(struct secasindex *);523 static struct secacq *key_getacq(struct secasindex *);524 static struct secacq *key_getacqbyseq(u_int32_t);6193 struct secacq *acq, *nextacq; in key_timehandler()6621 struct secacq *acq; in key_getspi()8072 struct secacq *newacq; in key_acquire()8203 static struct secacq *8207 struct secacq *newacq; in key_newacq()8211 KMALLOC_NOWAIT(newacq, struct secacq *, sizeof(struct secacq)); in key_newacq()[all …]