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

/freebsd-13-stable/sys/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);
213 mtx_destroy(&V_pf_frag_mtx);

Completed in 98 milliseconds