Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-bpf.c1653 struct bpf_insn total_insn; local
2481 total_insn.code = (u_short)(BPF_RET | BPF_K);
2482 total_insn.jt = 0;
2483 total_insn.jf = 0;
2484 total_insn.k = p->snapshot;
2487 total_prog.bf_insns = &total_insn;
Dpcap-linux.c493 static struct sock_filter total_insn variable
496 = { 1, &total_insn };