bpf_int_jit_compile
struct bpf_prog *bpf_int_jit_compile(struct bpf_verifier_env *env, struct bpf_prog *prog);
return bpf_int_jit_compile(env, prog);
prog = bpf_int_jit_compile(env, prog);
func[i] = bpf_int_jit_compile(env, func[i]);
tmp = bpf_int_jit_compile(env, func[i]);