Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dipsec.h137 struct secspacq { struct
138 LIST_ENTRY(secspacq) chain;
/xnu-11215.1.10/bsd/netkey/
H A Dkey.c177 static LIST_HEAD(_spacqtree, secspacq) spacqtree; /* SP acquiring list */
517 static struct secspacq *key_newspacq(struct secpolicyindex *);
518 static struct secspacq *key_getspacq(struct secpolicyindex *);
2663 struct secspacq *spacq; in key_spdadd()
3233 struct secspacq *newspacq; in key_spdacquire()
6268 struct secspacq *acq, *nextacq; in key_timehandler()
8324 static struct secspacq *
8328 struct secspacq *acq; in key_newspacq()
8331 acq = kalloc_type(struct secspacq, Z_NOWAIT_ZERO); in key_newspacq()
8334 acq = kalloc_type(struct secspacq, Z_WAITOK_ZERO_NOFAIL); in key_newspacq()
[all …]