Searched refs:acq_lock (Results 1 – 1 of 1) sorted by relevance
316 static struct mtx acq_lock; variable318 mtx_init(&acq_lock, "acqtree", "ipsec SA acquiring list", MTX_DEF)319 #define ACQ_LOCK_DESTROY() mtx_destroy(&acq_lock)320 #define ACQ_LOCK() mtx_lock(&acq_lock)321 #define ACQ_UNLOCK() mtx_unlock(&acq_lock)322 #define ACQ_LOCK_ASSERT() mtx_assert(&acq_lock, MA_OWNED)