Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet6/
H A Dipsec.h137 struct secspacq { struct
138 LIST_ENTRY(secspacq) chain;
/xnu-12377.1.9/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 *);
2666 struct secspacq *spacq; in key_spdadd()
3236 struct secspacq *newspacq; in key_spdacquire()
6271 struct secspacq *acq, *nextacq; in key_timehandler()
8327 static struct secspacq *
8331 struct secspacq *acq; in key_newspacq()
8334 acq = kalloc_type(struct secspacq, Z_NOWAIT_ZERO); in key_newspacq()
8337 acq = kalloc_type(struct secspacq, Z_WAITOK_ZERO_NOFAIL); in key_newspacq()
[all …]