Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/
H A Dipsec.h136 struct secspacq { struct
137 LIST_ENTRY(secspacq) chain;
/xnu-8019.80.24/bsd/netkey/
H A Dkey.c170 static LIST_HEAD(_spacqtree, secspacq) spacqtree; /* SP acquiring list */
526 static struct secspacq *key_newspacq(struct secpolicyindex *);
527 static struct secspacq *key_getspacq(struct secpolicyindex *);
2662 struct secspacq *spacq; in key_spdadd()
3227 struct secspacq *newspacq; in key_spdacquire()
6212 struct secspacq *acq, *nextacq; in key_timehandler()
8268 static struct secspacq *
8272 struct secspacq *acq; in key_newspacq()
8276 KMALLOC_NOWAIT(acq, struct secspacq *, sizeof(struct secspacq)); in key_newspacq()
8279 KMALLOC_WAIT(acq, struct secspacq *, sizeof(struct secspacq)); in key_newspacq()
[all …]