Searched refs:ipf_rules (Results 1 – 5 of 5) sorted by relevance
730 dumprules(softc->ipf_rules[0][0]);732 dumprules(softc->ipf_rules[1][0]);734 dumprules(softc->ipf_rules[0][1]);736 dumprules(softc->ipf_rules[1][1]);
409 for (f = ipf_rules[0][0]; f; f = f->fr_next) { in nifattach()416 for (f = ipf_rules[1][0]; f; f = f->fr_next) { in nifattach()
111 for (f = softc->ipf_rules[0][softc->ipf_active]; (f != NULL);115 for (f = softc->ipf_rules[1][softc->ipf_active]; (f != NULL);
2699 fin->fin_fr = softc->ipf_rules[out][softc->ipf_active];3794 ipf_flushlist(softc, &flushed, &softc->ipf_rules[1][set]);3798 ipf_flushlist(softc, &flushed, &softc->ipf_rules[0][set]);4148 (void) ipf_synclist(softc, softc->ipf_rules[0][softc->ipf_active], ifp);4149 (void) ipf_synclist(softc, softc->ipf_rules[1][softc->ipf_active], ifp);4295 fiop->f_ipf[0][0] = softc->ipf_rules[0][0];4297 fiop->f_ipf[0][1] = softc->ipf_rules[0][1];4299 fiop->f_ipf[1][0] = softc->ipf_rules[1][0];4301 fiop->f_ipf[1][1] = softc->ipf_rules[1][1];4721 fprev = &softc->ipf_rules[in][set];[all …]
1650 frentry_t *ipf_rules[2][2]; member