Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dpf_norm.c110 #define V_pf_frag_mtx VNET(pf_frag_mtx) macro
111 #define PF_FRAG_LOCK() mtx_lock(&V_pf_frag_mtx)
112 #define PF_FRAG_UNLOCK() mtx_unlock(&V_pf_frag_mtx)
113 #define PF_FRAG_ASSERT() mtx_assert(&V_pf_frag_mtx, MA_OWNED)
195 mtx_init(&V_pf_frag_mtx, "pf fragments", NULL, MTX_DEF); in pf_normalize_init()
213 mtx_destroy(&V_pf_frag_mtx); in pf_normalize_cleanup()