Home
last modified time | relevance | path

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

/f-stack/freebsd/netipsec/
H A Dipsec.h130 struct secspacq { struct
131 LIST_ENTRY(secspacq) chain;
H A Dkey.c348 VNET_DEFINE_STATIC(LIST_HEAD(_spacqtree, secspacq), spacqtree);
720 static struct secspacq *key_newspacq(struct secpolicyindex *);
721 static struct secspacq *key_getspacq(struct secpolicyindex *);
2428 struct secspacq *newspacq; in key_spdacquire()
4697 struct secspacq *acq, *nextacq; in key_flush_spacq()
6882 static struct secspacq *
6885 struct secspacq *acq; in key_newspacq()
6888 acq = malloc(sizeof(struct secspacq), M_IPSEC_SAQ, M_NOWAIT|M_ZERO); in key_newspacq()
6907 static struct secspacq *
6910 struct secspacq *acq; in key_getspacq()
[all …]