Searched refs:pf_frag_mtx (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_norm.c104 static struct mtx pf_frag_mtx; variable in typeref:struct:mtx
105 MTX_SYSINIT(pf_frag_mtx, &pf_frag_mtx, "pf fragments", MTX_DEF);
106 #define PF_FRAG_LOCK() mtx_lock(&pf_frag_mtx)
107 #define PF_FRAG_UNLOCK() mtx_unlock(&pf_frag_mtx)
108 #define PF_FRAG_ASSERT() mtx_assert(&pf_frag_mtx, MA_OWNED)

Completed in 73 milliseconds