Home | History | Annotate | Download | only in pcap

Lines Matching full:bpf_insn

108 	struct bpf_insn *bf_insns;
1472 struct bpf_insn {
1496 extern int bpf_validate(const struct bpf_insn *, int);
1497 extern u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
1498 extern u_int bpf_filter_with_aux_data(const struct bpf_insn *, const u_char *, u_int, u_int, const struct bpf_aux_data *);