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

  /src/sys/external/bsd/ipf/netinet/
fil.c 4449 fp->fr_dnext = NULL;
5121 *f->fr_pdnext = f->fr_dnext;
5122 if (f->fr_dnext != NULL)
5123 f->fr_dnext->fr_pdnext = f->fr_pdnext;
5125 f->fr_dnext = NULL;
5161 fr = fr->fr_dnext) {
5164 if (fr->fr_dnext == NULL) {
5170 fr->fr_dnext = f;
5171 f->fr_pdnext = &fr->fr_dnext;
5181 f->fr_dnext = fr
    [all...]
ip_fil.h 697 struct frentry *fr_dnext; /* 2 fr_die linked list pointers */ member in struct:frentry

Completed in 17 milliseconds