Searched refs:ipf_rules (Results 1 – 2 of 2) sorted by relevance
2702 fin->fin_fr = softc->ipf_rules[out][softc->ipf_active];3777 ipf_flushlist(softc, &flushed, &softc->ipf_rules[1][set]);3781 ipf_flushlist(softc, &flushed, &softc->ipf_rules[0][set]);4131 (void) ipf_synclist(softc, softc->ipf_rules[0][softc->ipf_active], ifp);4132 (void) ipf_synclist(softc, softc->ipf_rules[1][softc->ipf_active], ifp);4276 fiop->f_ipf[0][0] = softc->ipf_rules[0][0];4278 fiop->f_ipf[0][1] = softc->ipf_rules[0][1];4280 fiop->f_ipf[1][0] = softc->ipf_rules[1][0];4282 fiop->f_ipf[1][1] = softc->ipf_rules[1][1];4754 fprev = &softc->ipf_rules[in][set];[all …]
1565 frentry_t *ipf_rules[2][2]; member