Searched refs:sfbpf_filter (Results 1 – 4 of 4) sorted by relevance
| /mOS-networking-stack/core/src/include/bpf/ |
| H A D | sfbpf.h | 84 #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 D | sf-redefines.h | 81 #define bpf_filter sfbpf_filter
|
| /mOS-networking-stack/core/src/bpf/ |
| H A D | main.c | 24 if (fcode.bf_insns && sfbpf_filter(fcode.bf_insns, data, len, len) == 0) { in main()
|
| /mOS-networking-stack/core/test/scalable_event/ |
| H A D | test.c | 39 sfbpf_filter(const struct sfbpf_insn *pc, const u_char *p, u_int wirelen, in sfbpf_filter() function
|