Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-bpf.c1644 struct bpf_insn total_insn; local
2462 total_insn.code = (u_short)(BPF_RET | BPF_K);
2463 total_insn.jt = 0;
2464 total_insn.jf = 0;
2465 total_insn.k = p->snapshot;
2468 total_prog.bf_insns = &total_insn;
Dpcap-linux.c451 static struct sock_filter total_insn variable
454 = { 1, &total_insn };