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

/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dfil.c4199 frentry_t frd, *fp, *f, **fprev, **ftail; local
4285 ftail = NULL;
4456 ftail = fprev;
4457 for (f = *ftail; (f = *ftail) != NULL; ftail = &f->fr_next) {
4459 ftail = fprev;
4463 fprev = ftail;
4467 for (; (f = *ftail) != NULL; ftail
[all...]
/freebsd-9.3-release/contrib/libpcap/
H A Doptimize.c1979 * the malloc'd array while 'ftail' is used during the recursive traversal.
1982 static struct bpf_insn *ftail; variable in typeref:struct:bpf_insn
2014 dst = ftail -= (slen + 1 + p->longjt + p->longjf);
2185 ftail = fp + n;

Completed in 65 milliseconds