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

/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dfil.c4535 fp->fr_pdnext = NULL;
5198 * If fr_pdnext is set, then the rule is on the expire list, so
5201 if (f->fr_pdnext != NULL) {
5202 *f->fr_pdnext = f->fr_dnext;
5204 f->fr_dnext->fr_pdnext = f->fr_pdnext;
5205 f->fr_pdnext = NULL;
5255 f->fr_pdnext = &fr->fr_dnext;
5263 f->fr_pdnext = &softc->ipf_rule_explist[set];
5266 f->fr_pdnext
[all...]
H A Dip_fil.h699 struct frentry **fr_pdnext; member in struct:frentry

Completed in 76 milliseconds