bpf_insn
fr->fr_dsize = bpf.bf_len * sizeof(struct bpf_insn);
extern int bpf_validate(struct bpf_insn *, int);
extern u_int bpf_filter(struct bpf_insn *, u_char *, u_int, u_int);
struct bpf_insn *bf_insns;
if (!bpf_validate(ptr, fp->fr_dsize/sizeof(struct bpf_insn))) {
struct bpf_insn *fcode;
struct bpf_insn *fcode, *old;
bpf_filter(struct bpf_insn *pc, uchar_t *p, uint_t wirelen, uint_t buflen)
struct bpf_insn *, pc);
bpf_validate(struct bpf_insn *f, int len)
struct bpf_insn *p;
DTRACE_PROBE1(bpf_valid_insn, struct bpf_insn *, p);
extern uint_t bpf_filter(struct bpf_insn *, uchar_t *, uint_t, uint_t);
extern int bpf_validate(struct bpf_insn *, int);
struct bpf_insn *bf_insns;
struct bpf_insn *bd_filter; /* filter code */