Searched refs:ipf_active (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_rules.c | 139 V_ipfmain.ipf_active, 0); in ipfrule_add_out_() 167 V_ipfmain.ipf_active, 0); in ipfrule_remove_out_() 208 V_ipfmain.ipf_active, 0); in ipfrule_add_in_() 236 V_ipfmain.ipf_active, 0); in ipfrule_remove_in_()
|
| H A D | fil.c | 290 { { (void *)offsetof(struct ipf_main_softc_s, ipf_active) }, 292 stsizeof(ipf_main_softc_t, ipf_active), 2653 fr = softc->ipf_acct[fin->fin_out][softc->ipf_active]; 2702 fin->fin_fr = softc->ipf_rules[out][softc->ipf_active]; 3772 set = softc->ipf_active; 4286 fiop->f_active = softc->ipf_active; 8269 softc->ipf_active, 1); 8281 1 - softc->ipf_active, 1); 8291 error = BCOPYOUT(&softc->ipf_active, data, 8292 sizeof(softc->ipf_active)); [all …]
|
| H A D | mlfk_ipl.c | 112 SYSCTL_IPF(_net_inet_ipf, OID_AUTO, fr_active, CTLFLAG_RD, &VNET_NAME(ipfmain.ipf_active), 0, "IPF …
|
| H A D | ip_auth.c | 601 softc->ipf_active, 1);
|
| H A D | ip_htable.c | 1012 softc->ipf_active);
|
| H A D | ip_fil.h | 1524 int ipf_active; member
|