Home
last modified time | relevance | path

Searched refs:fr_dnext (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c4566 fp->fr_dnext = NULL;
5231 *f->fr_pdnext = f->fr_dnext;
5232 if (f->fr_dnext != NULL)
5233 f->fr_dnext->fr_pdnext = f->fr_pdnext;
5235 f->fr_dnext = NULL;
5274 fr = fr->fr_dnext) {
5277 if (fr->fr_dnext == NULL) {
5283 fr->fr_dnext = f;
5284 f->fr_pdnext = &fr->fr_dnext;
5294 f->fr_dnext = fr;
[all …]
H A Dip_fil.h634 struct frentry *fr_dnext; /* 2 fr_die linked list pointers */ member