Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c4568 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;
H A Dip_fil.h635 struct frentry **fr_pdnext; member