Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet6/
H A Dipsec.h137 struct secspacq { struct
138 LIST_ENTRY(secspacq) chain;
/xnu-10063.141.1/bsd/netkey/
H A Dkey.c175 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 *);
2754 struct secspacq *spacq; in key_spdadd()
3322 struct secspacq *newspacq; in key_spdacquire()
6304 struct secspacq *acq, *nextacq; in key_timehandler()
8358 static struct secspacq *
8362 struct secspacq *acq; in key_newspacq()
8365 acq = kalloc_type(struct secspacq, Z_NOWAIT_ZERO); in key_newspacq()
8368 acq = kalloc_type(struct secspacq, Z_WAITOK_ZERO_NOFAIL); in key_newspacq()
[all …]