secspacq
LIST_ENTRY(secspacq) chain;
struct secspacq *newspacq;
VNET_DEFINE_STATIC(LIST_HEAD(_spacqtree, secspacq), spacqtree);
struct secspacq *acq, *nextacq;
static struct secspacq *
struct secspacq *acq;
acq = malloc(sizeof(struct secspacq), M_IPSEC_SAQ, M_NOWAIT|M_ZERO);
static struct secspacq *
struct secspacq *acq;
static struct secspacq *key_newspacq(struct secpolicyindex *);
static struct secspacq *key_getspacq(struct secpolicyindex *);
struct secspacq *spacq, *nextspacq;