Home | History | Annotate | Download | only in libpcap

Lines Matching refs:total_insn

1509 	struct bpf_insn total_insn;
2206 total_insn.code = (u_short)(BPF_RET | BPF_K);
2207 total_insn.jt = 0;
2208 total_insn.jf = 0;
2209 total_insn.k = p->snapshot;
2212 total_prog.bf_insns = &total_insn;