HomeSort by: relevance | last modified time | path
    Searched refs:ipf_groups (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ipf/dist/tools/
ipftest.c 714 for (fg = softc->ipf_groups[i][0]; fg != NULL;
723 for (fg = softc->ipf_groups[i][1]; fg != NULL;
  /src/sys/external/bsd/ipf/netinet/
fil.c 3497 fgp = &softc->ipf_groups[unit][set];
3562 fg->fg_set = &softc->ipf_groups[unit][set];
3753 flushed += ipf_flush_groups(softc, &softc->ipf_groups[unit][set],
4092 for (g = softc->ipf_groups[i][0]; g != NULL; g = g->fg_next)
4094 for (g = softc->ipf_groups[i][1]; g != NULL; g = g->fg_next)
4240 fiop->f_groups[i][0] = softc->ipf_groups[i][0];
4241 fiop->f_groups[i][1] = softc->ipf_groups[i][1];
7637 fg = softc->ipf_groups[unit][active];
ip_fil.h 1649 struct frgroup *ipf_groups[IPL_LOGSIZE][2]; member in struct:ipf_main_softc_s

Completed in 22 milliseconds