Searched refs:ipf_groups (Results 1 – 3 of 3) sorted by relevance
550 for (fg = softc->ipf_groups[i][0]; fg != NULL; in dumpgroups()559 for (fg = softc->ipf_groups[i][1]; fg != NULL; in dumpgroups()
3449 fgp = &softc->ipf_groups[unit][set]; in ipf_findgroup()3514 fg->fg_set = &softc->ipf_groups[unit][set]; in ipf_group_add()3705 flushed += ipf_flush_groups(softc, &softc->ipf_groups[unit][set], in ipf_flush()4057 for (g = softc->ipf_groups[i][0]; g != NULL; g = g->fg_next) in ipf_sync()4059 for (g = softc->ipf_groups[i][1]; g != NULL; g = g->fg_next) in ipf_sync()4203 fiop->f_groups[i][0] = softc->ipf_groups[i][0]; in ipf_getstat()4204 fiop->f_groups[i][1] = softc->ipf_groups[i][1]; in ipf_getstat()7690 fg = softc->ipf_groups[unit][active];
1568 struct frgroup *ipf_groups[IPL_LOGSIZE][2]; member