Home | History | Annotate | Download | only in tools

Lines Matching refs:fg

709 	frgroup_t *fg;
714 for (fg = softc->ipf_groups[i][0]; fg != NULL;
715 fg = fg->fg_next) {
717 i, fg->fg_name, fg->fg_ref, fg->fg_flags);
718 dumprules(fg->fg_start);
723 for (fg = softc->ipf_groups[i][1]; fg != NULL;
724 fg = fg->fg_next) {
726 i, fg->fg_name, fg->fg_ref, fg->fg_flags);
727 dumprules(fg->fg_start);