Searched refs:iri_active (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | fil.c | 7939 if ((it.iri_active != 0) && (it.iri_active != 1)) { 7967 next = softc->ipf_acct[out][it.iri_active]; 7969 next = softc->ipf_rules[out][it.iri_active]; 7972 next = ipf_nextrule(softc, it.iri_active, 7976 it.iri_active, NULL); 7985 next = ipf_nextrule(softc, it.iri_active, unit, 7991 else if (ipf_nextrule(softc, it.iri_active, unit, next, out) != NULL)
|
| H A D | ip_fil.h | 1397 int iri_active; member
|