Searched refs:newacq (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c7208 struct secacq *newacq; local
7231 if ((newacq = key_getacq(saidx)) != NULL) {
7232 if (key_blockacq_count < newacq->count) {
7234 newacq->count = 0;
7237 newacq->count++;
7243 if ((newacq = key_newacq(saidx)) == NULL) {
7249 LIST_INSERT_HEAD(&acqtree, newacq, chain);
7251 seq = newacq->seq;
7390 struct secacq *newacq; local
7394 KMALLOC_NOWAIT(newacq, struc
[all...]

Completed in 67 milliseconds