Searched refs:V_ip_fw_ctl_ptr (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/netinet/
H A Dip_var.h295 #define V_ip_fw_ctl_ptr VNET(ip_fw_ctl_ptr) macro
H A Draw_ip.c673 if (V_ip_fw_ctl_ptr != NULL)
674 error = V_ip_fw_ctl_ptr(sopt);
736 if (V_ip_fw_ctl_ptr != NULL)
737 error = V_ip_fw_ctl_ptr(sopt);
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw2.c3473 V_ip_fw_ctl_ptr = ipfw_ctl3;
3495 V_ip_fw_ctl_ptr = NULL;

Completed in 63 milliseconds