Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/bpf/
H A Dsf_bpf_filter.c215 register const struct bpf_insn *pc; in bpf_filter()
550 const struct bpf_insn *f; in bpf_validate()
554 const struct bpf_insn *p;
H A Dsf_optimize.c2124 static __thread struct bpf_insn *fstart;
2125 static __thread struct bpf_insn *ftail;
2140 struct bpf_insn *dst;
2320 struct bpf_insn *icode_to_fcode(root, lenp) in icode_to_fcode()
2325 struct bpf_insn *fp;
2336 fp = (struct bpf_insn *) malloc(sizeof(*fp) * n);
/mOS-networking-stack/core/src/include/bpf/
H A Dsf-redefines.h78 #define bpf_insn sfbpf_insn macro
H A Dgencode.h336 struct bpf_insn *icode_to_fcode(struct block *, int *);