Home
last modified time | relevance | path

Searched refs:ipf_rules (Results 1 – 4 of 4) sorted by relevance

/src/sbin/ipf/ipftest/
H A Dipftest.c567 dumprules(softc->ipf_rules[0][0]); in dumpgroups()
569 dumprules(softc->ipf_rules[1][0]); in dumpgroups()
571 dumprules(softc->ipf_rules[0][1]); in dumpgroups()
573 dumprules(softc->ipf_rules[1][1]); in dumpgroups()
H A Dip_fil.c92 for (f = softc->ipf_rules[0][softc->ipf_active]; (f != NULL);
96 for (f = softc->ipf_rules[1][softc->ipf_active]; (f != NULL);
/src/sys/netpfil/ipfilter/netinet/
H A Dfil.c2654 fin->fin_fr = softc->ipf_rules[out][softc->ipf_active]; in ipf_firewall()
3697 ipf_flushlist(softc, &flushed, &softc->ipf_rules[1][set]); in ipf_flush()
3701 ipf_flushlist(softc, &flushed, &softc->ipf_rules[0][set]); in ipf_flush()
4051 (void) ipf_synclist(softc, softc->ipf_rules[0][softc->ipf_active], ifp); in ipf_sync()
4052 (void) ipf_synclist(softc, softc->ipf_rules[1][softc->ipf_active], ifp); in ipf_sync()
4185 fiop->f_ipf[0][0] = softc->ipf_rules[0][0]; in ipf_getstat()
4187 fiop->f_ipf[0][1] = softc->ipf_rules[0][1]; in ipf_getstat()
4189 fiop->f_ipf[1][0] = softc->ipf_rules[1][0]; in ipf_getstat()
4191 fiop->f_ipf[1][1] = softc->ipf_rules[1][1]; in ipf_getstat()
4702 fprev = &softc->ipf_rules[in][set]; in frrequest()
[all …]
H A Dip_fil.h1569 frentry_t *ipf_rules[2][2]; member