Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ipfilter/tools/
HDipftest.c572 dumprules(softc->ipf_rules[0][0]);
574 dumprules(softc->ipf_rules[1][0]);
576 dumprules(softc->ipf_rules[0][1]);
578 dumprules(softc->ipf_rules[1][1]);
/freebsd-11-stable/contrib/ipfilter/
HDip_fil.c97 for (f = softc->ipf_rules[0][softc->ipf_active]; (f != NULL);
101 for (f = softc->ipf_rules[1][softc->ipf_active]; (f != NULL);
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
HDfil.c2700 fin->fin_fr = softc->ipf_rules[out][softc->ipf_active];
3775 ipf_flushlist(softc, &flushed, &softc->ipf_rules[1][set]);
3779 ipf_flushlist(softc, &flushed, &softc->ipf_rules[0][set]);
4129 (void) ipf_synclist(softc, softc->ipf_rules[0][softc->ipf_active], ifp);
4130 (void) ipf_synclist(softc, softc->ipf_rules[1][softc->ipf_active], ifp);
4274 fiop->f_ipf[0][0] = softc->ipf_rules[0][0];
4276 fiop->f_ipf[0][1] = softc->ipf_rules[0][1];
4278 fiop->f_ipf[1][0] = softc->ipf_rules[1][0];
4280 fiop->f_ipf[1][1] = softc->ipf_rules[1][1];
4752 fprev = &softc->ipf_rules[in][set];
[all …]
HDip_fil.h1565 frentry_t *ipf_rules[2][2]; member