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

  /src/sys/external/bsd/ipf/netinet/
fil.c 3502 fgp = &fg->fg_next;
3557 fg->fg_next = *fgp;
3606 for (gp = group->fg_set; *gp != NULL; gp = &(*gp)->fg_next) {
3608 *gp = group->fg_next;
3779 /* what is fg_next and fg_next after that. So if a filter rule is actually */
3792 fg = fg->fg_next;
3812 fgp = &fg->fg_next;
4091 for (g = softc->ipf_groups[i][0]; g != NULL; g = g->fg_next)
4093 for (g = softc->ipf_groups[i][1]; g != NULL; g = g->fg_next)
    [all...]
ip_fil.h 1158 struct frgroup *fg_next; member in struct:frgroup

Completed in 18 milliseconds