Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDraw_ip.c588 if (V_ip_fw_ctl_ptr != NULL) in rip_ctloutput()
589 error = V_ip_fw_ctl_ptr(sopt); in rip_ctloutput()
651 if (V_ip_fw_ctl_ptr != NULL) in rip_ctloutput()
652 error = V_ip_fw_ctl_ptr(sopt); in rip_ctloutput()
HDip_var.h292 #define V_ip_fw_ctl_ptr VNET(ip_fw_ctl_ptr) macro
/NextBSD/sys/netpfil/ipfw/
HDip_fw2.c2789 V_ip_fw_ctl_ptr = ipfw_ctl3; in vnet_ipfw_init()
2811 V_ip_fw_ctl_ptr = NULL; in vnet_ipfw_uninit()