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

/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dfil.c4464 frentry_t frd, *fp, *f, **fprev, **ftail; local
4664 ftail = NULL;
4912 ftail = fprev;
4913 for (f = *ftail; (f = *ftail) != NULL; ftail = &f->fr_next) {
4915 ftail = fprev;
4919 fprev = ftail;
4922 for (; (f = *ftail) != NULL; ftail
[all...]
/freebsd-10.0-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 376 milliseconds