Searched refs:ipf_groups (Results 1 – 2 of 2) sorted by relevance
3508 fgp = &softc->ipf_groups[unit][set];3578 fg->fg_set = &softc->ipf_groups[unit][set];3785 flushed += ipf_flush_groups(softc, &softc->ipf_groups[unit][set],4137 for (g = softc->ipf_groups[i][0]; g != NULL; g = g->fg_next)4139 for (g = softc->ipf_groups[i][1]; g != NULL; g = g->fg_next)4294 fiop->f_groups[i][0] = softc->ipf_groups[i][0];4295 fiop->f_groups[i][1] = softc->ipf_groups[i][1];7875 fg = softc->ipf_groups[unit][active];
1564 struct frgroup *ipf_groups[IPL_LOGSIZE][2]; member