Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpflow.c154 #define V_pflowif_list_mtx VNET(pflowif_list_mtx) macro
178 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()