Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dpf.c193 static struct mtx pf_overloadqueue_mtx; variable
194 MTX_SYSINIT(pf_overloadqueue_mtx, &pf_overloadqueue_mtx,
196 #define PF_OVERLOADQ_LOCK() mtx_lock(&pf_overloadqueue_mtx)
197 #define PF_OVERLOADQ_UNLOCK() mtx_unlock(&pf_overloadqueue_mtx)