Searched refs:fr_pnext (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_rules.c116 ipf_rules_out_[j]->fr_pnext =
118 fp->fr_pnext = &ipf_rules_out_[j];
185 ipf_rules_in_[j]->fr_pnext =
187 fp->fr_pnext = &ipf_rules_in_[j];
H A Dfil.c3742 fp->fr_next->fr_pnext = fp->fr_pnext;
3743 fp->fr_pnext = NULL;
3855 fr->fr_next->fr_pnext = fr->fr_pnext;
3857 fr->fr_pnext = NULL;
4534 fp->fr_pnext = NULL;
5125 fp->fr_pnext = ftail;
5128 fp->fr_next->fr_pnext = &fp->fr_next;
5209 ipf_fixskip(f->fr_pnext,
[all...]
H A Dip_fil.h693 struct frentry **fr_pnext; member in struct:frentry
/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dipf_y.y2065 frn->fr_pnext = &fr->fr_next;
2069 frn->fr_pnext = &frtop;
2127 f->fr_next->fr_pnext = &f->fr_next;
2618 if (f->fr_pnext != NULL)
2619 *f->fr_pnext = f;

Completed in 96 milliseconds