Lines Matching refs:fr_pdnext
4451 fp->fr_pdnext = NULL;
5117 * If fr_pdnext is set, then the rule is on the expire list, so
5120 if (f->fr_pdnext != NULL) {
5121 *f->fr_pdnext = f->fr_dnext;
5123 f->fr_dnext->fr_pdnext = f->fr_pdnext;
5124 f->fr_pdnext = NULL;
5171 f->fr_pdnext = &fr->fr_dnext;
5179 f->fr_pdnext = &softc->ipf_rule_explist[set];
5182 f->fr_pdnext = fr->fr_pdnext;
5183 fr->fr_pdnext = &f->fr_dnext;