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()
3465 fgp = &softc->ipf_groups[unit][set]; in ipf_findgroup()3530 fg->fg_set = &softc->ipf_groups[unit][set]; in ipf_group_add()3721 flushed += ipf_flush_groups(softc, &softc->ipf_groups[unit][set], in ipf_flush()4073 for (g = softc->ipf_groups[i][0]; g != NULL; g = g->fg_next) in ipf_sync()4075 for (g = softc->ipf_groups[i][1]; g != NULL; g = g->fg_next) in ipf_sync()4219 fiop->f_groups[i][0] = softc->ipf_groups[i][0]; in ipf_getstat()4220 fiop->f_groups[i][1] = softc->ipf_groups[i][1]; in ipf_getstat()7706 fg = softc->ipf_groups[unit][active];
1568 struct frgroup *ipf_groups[IPL_LOGSIZE][2]; member