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

/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-bpf.c1476 struct bpf_insn total_insn; local
2199 total_insn.code = (u_short)(BPF_RET | BPF_K);
2200 total_insn.jt = 0;
2201 total_insn.jf = 0;
2202 total_insn.k = p->snapshot;
2205 total_prog.bf_insns = &total_insn;
H A Dpcap-linux.c353 static struct sock_filter total_insn variable in typeref:struct:sock_filter
356 = { 1, &total_insn };

Completed in 77 milliseconds