Searched refs:pf_overloadqueue_mtx (Results 1 – 1 of 1) sorted by relevance
269 static struct mtx_padalign pf_overloadqueue_mtx; variable270 MTX_SYSINIT(pf_overloadqueue_mtx, &pf_overloadqueue_mtx,272 #define PF_OVERLOADQ_LOCK() mtx_lock(&pf_overloadqueue_mtx)273 #define PF_OVERLOADQ_UNLOCK() mtx_unlock(&pf_overloadqueue_mtx)