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

/xnu-2782.1.97/bsd/netinet6/
H A Dipsec.h140 struct secspacq { struct
141 LIST_ENTRY(secspacq) chain;
/xnu-2782.1.97/bsd/netkey/
H A Dkey.c189 static LIST_HEAD(_spacqtree, secspacq) spacqtree; /* SP acquiring list */
551 static struct secspacq *key_newspacq(struct secpolicyindex *);
552 static struct secspacq *key_getspacq(struct secpolicyindex *);
2423 struct secspacq *spacq;
2961 struct secspacq *newspacq;
6171 struct secspacq *acq, *nextacq;
8171 static struct secspacq *
8175 struct secspacq *acq;
8179 KMALLOC_NOWAIT(acq, struct secspacq *, sizeof(struct secspacq));
[all...]

Completed in 28 milliseconds