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