Searched refs:bpf_insn (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dbpfdesc.h104 struct bpf_insn *bd_filter; /* filter code */
H A Dbpf.h110 struct bpf_insn *bf_insns;
363 struct bpf_insn { struct
397 int bpf_validate(const struct bpf_insn *, int);
400 u_int bpf_filter(const struct bpf_insn *, u_char *, u_int, u_int);
H A Dbpf_filter.c206 bpf_filter(const struct bpf_insn *pc, u_char *p, u_int wirelen, u_int buflen)
539 bpf_validate(const struct bpf_insn *f, int len)
542 const struct bpf_insn *p;
H A Dbpf.c1256 struct bpf_insn *fcode, *old;
1273 size = flen * sizeof(struct bpf_insn);
1274 fcode = (struct bpf_insn *) _MALLOC(size, M_DEVBUF, M_WAIT);

Completed in 27 milliseconds