Home | History | Annotate | Download | only in libpcap

Lines Matching full:bpf_insn

2049 static struct bpf_insn *fstart;
2050 static struct bpf_insn *ftail;
2066 struct bpf_insn *dst;
2235 struct bpf_insn *
2241 struct bpf_insn *fp;
2251 fp = (struct bpf_insn *)malloc(sizeof(*fp) * n);
2287 p->fcode.bf_insns = (struct bpf_insn *)malloc(prog_size);