Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/netinet6/
H A Dipsec.h136 struct secspacq { struct
137 LIST_ENTRY(secspacq) chain;
/xnu-8020.140.41/bsd/netkey/
H A Dkey.c170 static LIST_HEAD(_spacqtree, secspacq) spacqtree; /* SP acquiring list */
498 static struct secspacq *key_newspacq(struct secpolicyindex *);
499 static struct secspacq *key_getspacq(struct secpolicyindex *);
2631 struct secspacq *spacq; in key_spdadd()
3196 struct secspacq *newspacq; in key_spdacquire()
6131 struct secspacq *acq, *nextacq; in key_timehandler()
8182 static struct secspacq *
8186 struct secspacq *acq; in key_newspacq()
8190 acq = kalloc_type(struct secspacq, Z_NOWAIT_ZERO); in key_newspacq()
8193 acq = kalloc_type(struct secspacq, Z_WAITOK_ZERO_NOFAIL); in key_newspacq()
[all …]