Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Draw_ip.c662 if (V_ip_fw_ctl_ptr != NULL) in rip_ctloutput()
663 error = V_ip_fw_ctl_ptr(sopt); in rip_ctloutput()
727 if (V_ip_fw_ctl_ptr != NULL) in rip_ctloutput()
728 error = V_ip_fw_ctl_ptr(sopt); in rip_ctloutput()
H A Dip_var.h331 #define V_ip_fw_ctl_ptr VNET(ip_fw_ctl_ptr) macro
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c3583 V_ip_fw_ctl_ptr = ipfw_ctl3; in vnet_ipfw_init()
3605 V_ip_fw_ctl_ptr = NULL; in vnet_ipfw_uninit()