Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/netinet6/
H A Dipsec.h137 struct secspacq { struct
138 LIST_ENTRY(secspacq) chain;
/xnu-11417.140.69/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 *);
2667 struct secspacq *spacq; in key_spdadd()
3237 struct secspacq *newspacq; in key_spdacquire()
6272 struct secspacq *acq, *nextacq; in key_timehandler()
8328 static struct secspacq *
8332 struct secspacq *acq; in key_newspacq()
8335 acq = kalloc_type(struct secspacq, Z_NOWAIT_ZERO); in key_newspacq()
8338 acq = kalloc_type(struct secspacq, Z_WAITOK_ZERO_NOFAIL); in key_newspacq()
[all …]