Searched refs:acq_lock (Results 1 – 1 of 1) sorted by relevance
343 static struct mtx acq_lock; variable345 mtx_init(&acq_lock, "acqtree", "ipsec SA acquiring list", MTX_DEF)346 #define ACQ_LOCK_DESTROY() mtx_destroy(&acq_lock)347 #define ACQ_LOCK() mtx_lock(&acq_lock)348 #define ACQ_UNLOCK() mtx_unlock(&acq_lock)349 #define ACQ_LOCK_ASSERT() mtx_assert(&acq_lock, MA_OWNED)