Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netpfil/pf/
HDpf_if.c62 #define V_pf_vnet_active VNET(pf_vnet_active) macro
1008 if (V_pf_vnet_active == 0) { in pfi_attach_ifnet_event()
1035 if (V_pf_vnet_active == 0) { in pfi_detach_ifnet_event()
1065 if (V_pf_vnet_active == 0) { in pfi_attach_group_event()
1083 if (V_pf_vnet_active == 0) { in pfi_change_group_event()
1106 if (V_pf_vnet_active == 0) { in pfi_detach_group_event()
1129 if (V_pf_vnet_active == 0) { in pfi_ifaddr_event()
HDpf_ioctl.c288 #define V_pf_vnet_active VNET(pf_vnet_active) macro
6791 V_pf_vnet_active = 1; in pf_load_vnet()
6822 V_pf_vnet_active = 0; in pf_unload_vnet()
HDpf.c180 #define V_pf_vnet_active VNET(pf_vnet_active) macro
2218 if (V_pf_vnet_active == 0) { in pf_purge_thread()