Searched refs:bpf_validate (Results 1 – 10 of 10) sorted by relevance
24 extern int bpf_validate(struct rte_bpf *bpf);
8 'bpf_validate.c')
118 rc = bpf_validate(bpf); in rte_bpf_load()
2300 bpf_validate(struct rte_bpf *bpf) in bpf_validate() function
420 int bpf_validate(const struct bpf_insn *, int);
421 int bpf_validate(const struct bpf_insn *, int);
552 bpf_validate(const struct bpf_insn *f, int len) in bpf_validate() function
1968 !bpf_validate(filter, flen)) { in bpf_setf()3053 bpf_validate(const struct bpf_insn *f, int len) in bpf_validate() function
566 !bpf_validate(hp0->bpf_prog, hp0->bpf_prog_len)) in ng_bpf_setprog()
4815 if (!bpf_validate(ptr, fp->fr_dsize/sizeof(struct bpf_insn))) {