Home
last modified time | relevance | path

Searched refs:ipf_active (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_rules.c139 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 Dfil.c290 { { (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 Dmlfk_ipl.c112 SYSCTL_IPF(_net_inet_ipf, OID_AUTO, fr_active, CTLFLAG_RD, &VNET_NAME(ipfmain.ipf_active), 0, "IPF …
H A Dip_auth.c601 softc->ipf_active, 1);
H A Dip_htable.c1012 softc->ipf_active);
H A Dip_fil.h1524 int ipf_active; member