Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/ipfilter/netinet/
HDfil.c4533 fp->fr_dnext = NULL;
5202 *f->fr_pdnext = f->fr_dnext;
5203 if (f->fr_dnext != NULL)
5204 f->fr_dnext->fr_pdnext = f->fr_pdnext;
5206 f->fr_dnext = NULL;
5245 fr = fr->fr_dnext) {
5248 if (fr->fr_dnext == NULL) {
5254 fr->fr_dnext = f;
5255 f->fr_pdnext = &fr->fr_dnext;
5265 f->fr_dnext = fr;
[all …]
HDip_fil.h698 struct frentry *fr_dnext; /* 2 fr_die linked list pointers */ member