Home | History | Annotate | Download | only in netinet

Lines Matching refs:fr_dnext

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;
5183 fr->fr_pdnext = &f->fr_dnext;