Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_norm.c107 #define V_pf_frag_mtx VNET(pf_frag_mtx) macro
108 #define PF_FRAG_LOCK() mtx_lock(&V_pf_frag_mtx)
109 #define PF_FRAG_UNLOCK() mtx_unlock(&V_pf_frag_mtx)
110 #define PF_FRAG_ASSERT() mtx_assert(&V_pf_frag_mtx, MA_OWNED)
188 mtx_init(&V_pf_frag_mtx, "pf fragments", NULL, MTX_DEF); in pf_normalize_init()
206 mtx_destroy(&V_pf_frag_mtx); in pf_normalize_cleanup()