Home
last modified time | relevance | path

Searched refs:sfbpf_filter (Results 1 – 4 of 4) sorted by relevance

/mOS-networking-stack/core/src/include/bpf/
H A Dsfbpf.h84 #define EVAL_BPFFILTER(x, y, z) sfbpf_filter(x.bf_insns, y, z, z)
190 u_int sfbpf_filter(const struct sfbpf_insn *pc, const u_char *p, u_int wirelen, u_int buflen);
H A Dsf-redefines.h81 #define bpf_filter sfbpf_filter
/mOS-networking-stack/core/src/bpf/
H A Dmain.c24 if (fcode.bf_insns && sfbpf_filter(fcode.bf_insns, data, len, len) == 0) { in main()
/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() function