Searched refs:ipf_groups (Results 1 – 3 of 3) sorted by relevance
555 for (fg = softc->ipf_groups[i][0]; fg != NULL; in dumpgroups()564 for (fg = softc->ipf_groups[i][1]; fg != NULL; in dumpgroups()
3438 fgp = &softc->ipf_groups[unit][set]; in ipf_findgroup()3503 fg->fg_set = &softc->ipf_groups[unit][set]; in ipf_group_add()3694 flushed += ipf_flush_groups(softc, &softc->ipf_groups[unit][set], in ipf_flush()4031 for (g = softc->ipf_groups[i][0]; g != NULL; g = g->fg_next) in ipf_sync()4033 for (g = softc->ipf_groups[i][1]; g != NULL; g = g->fg_next) in ipf_sync()4177 fiop->f_groups[i][0] = softc->ipf_groups[i][0]; in ipf_getstat()4178 fiop->f_groups[i][1] = softc->ipf_groups[i][1]; in ipf_getstat()7618 fg = softc->ipf_groups[unit][active];
1569 struct frgroup *ipf_groups[IPL_LOGSIZE][2]; member