bpf_validate_ext
int bpf_validate_ext(const bpf_ctx_t *, const struct bpf_insn *, int);
return bpf_validate_ext(NULL, f, signed_len);
return bpf_validate_ext(npf_bpfctx, code, icount) != 0;