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

/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c4528 frentry_t frd, *fp, *f, **fprev, **ftail; local
4736 ftail = NULL;
4981 ftail = fprev;
4982 for (f = *ftail; (f = *ftail) != NULL; ftail = &f->fr_next) {
4984 ftail = fprev;
4988 fprev = ftail;
4991 for (; (f = *ftail) != NULL; ftail
[all...]
/freebsd-13-stable/contrib/libpcap/
H A Doptimize.c338 * the malloc'd array while 'ftail' is used during the recursive
342 struct bpf_insn *ftail; member in struct:__anon1234
2266 dst = conv_state->ftail -= (slen + 1 + p->longjt + p->longjf);
2474 conv_state.ftail = fp + n;

Completed in 67 milliseconds