Searched refs:fr_pdnext (Results 1 – 2 of 2) sorted by relevance
4568 fp->fr_pdnext = NULL;5230 if (f->fr_pdnext != NULL) {5231 *f->fr_pdnext = f->fr_dnext;5233 f->fr_dnext->fr_pdnext = f->fr_pdnext;5234 f->fr_pdnext = NULL;5284 f->fr_pdnext = &fr->fr_dnext;5292 f->fr_pdnext = &softc->ipf_rule_explist[set];5295 f->fr_pdnext = fr->fr_pdnext;5296 fr->fr_pdnext = &f->fr_dnext;
635 struct frentry **fr_pdnext; member