Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/bpf/
H A Dsfbpf.h91 struct sfbpf_insn *bf_insns;
174 struct sfbpf_insn { struct
189 int sfbpf_validate(const struct sfbpf_insn *f, int len); argument
190 u_int sfbpf_filter(const struct sfbpf_insn *pc, const u_char *p, u_int wirelen, u_int buflen);
H A Dsf-redefines.h78 #define bpf_insn sfbpf_insn
/mOS-networking-stack/core/test/scalable_event/
H A Dtest.c39 sfbpf_filter(const struct sfbpf_insn *pc, const u_char *p, u_int wirelen, in sfbpf_filter()