Searched refs:ipf_groups (Results 1 – 3 of 3) sorted by relevance
555 for (fg = softc->ipf_groups[i][0]; fg != NULL;564 for (fg = softc->ipf_groups[i][1]; fg != NULL;
3510 fgp = &softc->ipf_groups[unit][set];3580 fg->fg_set = &softc->ipf_groups[unit][set];3787 flushed += ipf_flush_groups(softc, &softc->ipf_groups[unit][set],4139 for (g = softc->ipf_groups[i][0]; g != NULL; g = g->fg_next)4141 for (g = softc->ipf_groups[i][1]; g != NULL; g = g->fg_next)4296 fiop->f_groups[i][0] = softc->ipf_groups[i][0];4297 fiop->f_groups[i][1] = softc->ipf_groups[i][1];7874 fg = softc->ipf_groups[unit][active];
1611 struct frgroup *ipf_groups[IPL_LOGSIZE][2]; member