Searched refs:pf_overloadqueue_mtx (Results 1 – 1 of 1) sorted by relevance
283 static struct mtx_padalign pf_overloadqueue_mtx; variable284 MTX_SYSINIT(pf_overloadqueue_mtx, &pf_overloadqueue_mtx,286 #define PF_OVERLOADQ_LOCK() mtx_lock(&pf_overloadqueue_mtx)287 #define PF_OVERLOADQ_UNLOCK() mtx_unlock(&pf_overloadqueue_mtx)