HomeSort by: relevance | last modified time | path
    Searched refs:ipf_rules (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
fil.c 2683 fin->fin_fr = softc->ipf_rules[out][softc->ipf_active];
3744 ipf_flushlist(softc, &flushed, &softc->ipf_rules[1][set]);
3748 ipf_flushlist(softc, &flushed, &softc->ipf_rules[0][set]);
4085 (void) ipf_synclist(softc, softc->ipf_rules[0][softc->ipf_active], ifp);
4086 (void) ipf_synclist(softc, softc->ipf_rules[1][softc->ipf_active], ifp);
4221 fiop->f_ipf[0][0] = softc->ipf_rules[0][0];
4223 fiop->f_ipf[0][1] = softc->ipf_rules[0][1];
4225 fiop->f_ipf[1][0] = softc->ipf_rules[1][0];
4227 fiop->f_ipf[1][1] = softc->ipf_rules[1][1];
4641 fprev = &softc->ipf_rules[in][set]
    [all...]
ip_fil.h 1650 frentry_t *ipf_rules[2][2]; member in struct:ipf_main_softc_s

Completed in 37 milliseconds