Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet6/
H A Dipsec.h137 struct secspacq { struct
138 LIST_ENTRY(secspacq) chain;
/xnu-8792.41.9/bsd/netkey/
H A Dkey.c174 static LIST_HEAD(_spacqtree, secspacq) spacqtree; /* SP acquiring list */
502 static struct secspacq *key_newspacq(struct secpolicyindex *);
503 static struct secspacq *key_getspacq(struct secpolicyindex *);
2696 struct secspacq *spacq; in key_spdadd()
3261 struct secspacq *newspacq; in key_spdacquire()
6198 struct secspacq *acq, *nextacq; in key_timehandler()
8251 static struct secspacq *
8255 struct secspacq *acq; in key_newspacq()
8259 acq = kalloc_type(struct secspacq, Z_NOWAIT_ZERO); in key_newspacq()
8262 acq = kalloc_type(struct secspacq, Z_WAITOK_ZERO_NOFAIL); in key_newspacq()
[all …]