Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.sbin/usbdump/
HDusbdump.c189 struct bpf_insn *dynamic_insn; in make_filter() local
197 dynamic_insn = malloc(((len * 5) + 1) * sizeof(struct bpf_insn)); in make_filter()
199 if (dynamic_insn == NULL) in make_filter()
207 BPF_STORE_STMT(dynamic_insn[0], BPF_RET | BPF_K, snapshot); in make_filter()
220 BPF_STORE_STMT(dynamic_insn[len], in make_filter()
223 BPF_STORE_JUMP(dynamic_insn[len], in make_filter()
226 BPF_STORE_STMT(dynamic_insn[len], in make_filter()
229 BPF_STORE_JUMP(dynamic_insn[len], in make_filter()
233 BPF_STORE_STMT(dynamic_insn[len], in make_filter()
236 BPF_STORE_JUMP(dynamic_insn[len], in make_filter()
[all …]