Searched defs:bpf_insn (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dbpf-ipf.h75 struct bpf_insn *bf_insns;
403 struct bpf_insn { struct
434 extern int bpf_validate(struct bpf_insn *, int);
435 extern u_int bpf_filter(struct bpf_insn *, u_char *, u_int, u_int);
/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpf.h75 struct bpf_insn *bf_insns;
253 struct bpf_insn { struct
286 extern uint_t bpf_filter(struct bpf_insn *, uchar_t *, uint_t, uint_t);
289 extern int bpf_validate(struct bpf_insn *, int);

Completed in 47 milliseconds