HomeSort by: relevance | last modified time | path
    Searched refs:fr_pdnext (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
fil.c 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
    [all...]
ip_fil.h 698 struct frentry **fr_pdnext; member in struct:frentry

Completed in 20 milliseconds