Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netpfil/pf/
HDpf_norm.c111 #define V_pf_frag_mtx VNET(pf_frag_mtx) macro
112 #define PF_FRAG_LOCK() mtx_lock(&V_pf_frag_mtx)
113 #define PF_FRAG_UNLOCK() mtx_unlock(&V_pf_frag_mtx)
114 #define PF_FRAG_ASSERT() mtx_assert(&V_pf_frag_mtx, MA_OWNED)
193 mtx_init(&V_pf_frag_mtx, "pf fragments", NULL, MTX_DEF); in pf_normalize_init()
211 mtx_destroy(&V_pf_frag_mtx); in pf_normalize_cleanup()