Home | History | Annotate | Download | only in netinet

Lines Matching defs:ftail

4414 	frentry_t frd, *fp, *f, **fprev, **ftail;
4625 ftail = NULL;
4873 ftail = fprev;
4874 for (f = *ftail; (f = *ftail) != NULL; ftail = &f->fr_next) {
4876 ftail = fprev;
4880 fprev = ftail;
4883 for (; (f = *ftail) != NULL; ftail = &f->fr_next) {
4943 * At the end of this, ftail must point to the place where the
4952 for (ftail = fprev; (f = *ftail) != NULL; ) {
4955 ftail = &f->fr_next;
4956 fprev = ftail;
4958 ftail = fprev;
4968 ftail = fprev;
4970 while (fp->fr_hits && (f = *ftail)) {
4973 fprev = ftail;
4974 ftail = &f->fr_next;
5017 error = ipf_auth_precmd(softc, req, f, ftail);
5035 error = ipf_auth_precmd(softc, req, fp, ftail);
5047 fp->fr_pnext = ftail;
5048 fp->fr_next = *ftail;
5051 *ftail = fp;
5053 ipf_fixskip(ftail, fp, 1);
5103 /* ftail(I) - pointer to the pointer to f */