Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netpfil/pf/
Dpf_if.c63 #define V_pf_vnet_active VNET(pf_vnet_active) macro
984 if (V_pf_vnet_active == 0) { in pfi_attach_ifnet_event()
1007 if (V_pf_vnet_active == 0) { in pfi_detach_ifnet_event()
1033 if (V_pf_vnet_active == 0) { in pfi_attach_group_event()
1045 if (V_pf_vnet_active == 0) { in pfi_change_group_event()
1066 if (V_pf_vnet_active == 0) { in pfi_detach_group_event()
1086 if (V_pf_vnet_active == 0) { in pfi_ifaddr_event()
Dpf_ioctl.c256 #define V_pf_vnet_active VNET(pf_vnet_active) macro
5715 V_pf_vnet_active = 1; in pf_load_vnet()
5748 V_pf_vnet_active = 0; in pf_unload_vnet()
Dpf.c154 #define V_pf_vnet_active VNET(pf_vnet_active) macro
1847 if (V_pf_vnet_active == 0) { in pf_purge_thread()