Searched refs:ipf_groups (Results 1 – 3 of 3) sorted by relevance
713 for (fg = softc->ipf_groups[i][0]; fg != NULL;722 for (fg = softc->ipf_groups[i][1]; fg != NULL;
3517 fgp = &softc->ipf_groups[unit][set];3587 fg->fg_set = &softc->ipf_groups[unit][set];3794 flushed += ipf_flush_groups(softc, &softc->ipf_groups[unit][set],4146 for (g = softc->ipf_groups[i][0]; g != NULL; g = g->fg_next)4148 for (g = softc->ipf_groups[i][1]; g != NULL; g = g->fg_next)4303 fiop->f_groups[i][0] = softc->ipf_groups[i][0];4304 fiop->f_groups[i][1] = softc->ipf_groups[i][1];7846 fg = softc->ipf_groups[unit][active];
1621 struct frgroup *ipf_groups[IPL_LOGSIZE][2]; member