Searched refs:V_pflowif_list_mtx (Results 1 – 1 of 1) sorted by relevance
154 #define V_pflowif_list_mtx VNET(pflowif_list_mtx) macro178 mtx_init(&V_pflowif_list_mtx, "pflow interface list mtx", NULL, MTX_DEF); in vnet_pflowattach()180 V_pflow_unr = new_unrhdr(0, PFLOW_MAX_ENTRIES - 1, &V_pflowif_list_mtx); in vnet_pflowattach()212 mtx_destroy(&V_pflowif_list_mtx); in vnet_pflowdetach()420 mtx_lock(&V_pflowif_list_mtx); in pflow_create()422 mtx_unlock(&V_pflowif_list_mtx); in pflow_create()445 mtx_lock(&V_pflowif_list_mtx); in pflow_destroy()451 mtx_unlock(&V_pflowif_list_mtx); in pflow_destroy()457 mtx_unlock(&V_pflowif_list_mtx); in pflow_destroy()