Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netipsec/
HDkey.c269 static struct mtx acq_lock; variable
271 mtx_init(&acq_lock, "acqtree", "ipsec SA acquiring list", MTX_DEF)
272 #define ACQ_LOCK_DESTROY() mtx_destroy(&acq_lock)
273 #define ACQ_LOCK() mtx_lock(&acq_lock)
274 #define ACQ_UNLOCK() mtx_unlock(&acq_lock)
275 #define ACQ_LOCK_ASSERT() mtx_assert(&acq_lock, MA_OWNED)