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

  /src/sys/external/bsd/ipf/netinet/
fil.c 3490 frgroup_t *fg, **fgp; local in function:ipf_findgroup
3496 fgp = &softc->ipf_groups[unit][set];
3498 while ((fg = *fgp) != NULL) {
3502 fgp = &fg->fg_next;
3505 *fgpp = fgp;
3529 frgroup_t *fg, **fgp; local in function:ipf_group_add
3538 fgp = NULL;
3541 fg = ipf_findgroup(softc, group, unit, set, &fgp);
3557 fg->fg_next = *fgp;
3562 *fgp = fg
3786 frgroup_t *fg, **fgp; local in function:ipf_flush_groups
    [all...]
fil.c 3490 frgroup_t *fg, **fgp; local in function:ipf_findgroup
3496 fgp = &softc->ipf_groups[unit][set];
3498 while ((fg = *fgp) != NULL) {
3502 fgp = &fg->fg_next;
3505 *fgpp = fgp;
3529 frgroup_t *fg, **fgp; local in function:ipf_group_add
3538 fgp = NULL;
3541 fg = ipf_findgroup(softc, group, unit, set, &fgp);
3557 fg->fg_next = *fgp;
3562 *fgp = fg
3786 frgroup_t *fg, **fgp; local in function:ipf_flush_groups
    [all...]

Completed in 59 milliseconds