Searched refs:V_ipfmain (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | mlfk_ipl.c | 53 #define V_ipfmain VNET(ipfmain) macro 207 error = ipfattach(&V_ipfmain); in vnet_ipf_init() 209 ipf_destroy_all(&V_ipfmain); in vnet_ipf_init() 213 if (FR_ISPASS(V_ipfmain.ipf_pass)) in vnet_ipf_init() 281 if (V_ipfmain.ipf_refcnt) in vnet_ipf_uninit() 284 if (V_ipfmain.ipf_running >= 0) { in vnet_ipf_uninit() 286 if (ipfdetach(&V_ipfmain) != 0) in vnet_ipf_uninit() 289 V_ipfmain.ipf_running = -2; in vnet_ipf_uninit() 291 ipf_destroy_all(&V_ipfmain); in vnet_ipf_uninit() 559 if (V_ipfmain.ipf_running < 1) { [all …]
|
| H A D | ip_rules.c | 60 #define V_ipfmain VNET(ipfmain) macro 138 err = frrequest(&V_ipfmain, IPL_LOGIPF, SIOCADDFR, (caddr_t)fp, in ipfrule_add_out_() 139 V_ipfmain.ipf_active, 0); in ipfrule_add_out_() 165 err = frrequest(&V_ipfmain, IPL_LOGIPF, SIOCDELFR, in ipfrule_remove_out_() 167 V_ipfmain.ipf_active, 0); in ipfrule_remove_out_() 207 err = frrequest(&V_ipfmain, IPL_LOGIPF, SIOCADDFR, (caddr_t)fp, in ipfrule_add_in_() 208 V_ipfmain.ipf_active, 0); in ipfrule_add_in_() 234 err = frrequest(&V_ipfmain, IPL_LOGIPF, SIOCDELFR, in ipfrule_remove_in_() 236 V_ipfmain.ipf_active, 0); in ipfrule_remove_in_()
|
| H A D | ip_fil_freebsd.c | 99 #define V_ipfmain VNET(ipfmain) macro 129 if (V_ipfmain.ipf_running > 0) 130 ipf_sync(&V_ipfmain, NULL); 223 bzero((char *)V_ipfmain.ipf_selwait, sizeof(V_ipfmain.ipf_selwait)); 295 V_ipfmain.ipf_interror = 130001; 303 V_ipfmain.ipf_interror = 130002; 308 if (V_ipfmain.ipf_running <= 0) { 310 V_ipfmain.ipf_interror = 130003; 318 V_ipfmain.ipf_interror = 130004; 926 V_ipfmain.ipf_frouteok[0]++; [all …]
|