Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dpf_if.c63 #define V_pf_vnet_active VNET(pf_vnet_active) macro
957 if (V_pf_vnet_active == 0) { in pfi_attach_ifnet_event()
984 if (V_pf_vnet_active == 0) { in pfi_detach_ifnet_event()
1012 if (V_pf_vnet_active == 0) { in pfi_attach_group_event()
1030 if (V_pf_vnet_active == 0) { in pfi_change_group_event()
1053 if (V_pf_vnet_active == 0) { in pfi_detach_group_event()
1074 if (V_pf_vnet_active == 0) { in pfi_ifaddr_event()
H A Dpf_ioctl.c237 #define V_pf_vnet_active VNET(pf_vnet_active) macro
4660 V_pf_vnet_active = 1; in pf_load_vnet()
4693 V_pf_vnet_active = 0; in pf_unload_vnet()
H A Dpf.c142 #define V_pf_vnet_active VNET(pf_vnet_active) macro
1515 if (V_pf_vnet_active == 0) { in pf_purge_thread()