Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dverifier.c8766 static bool allow_tail_call_in_subprogs(struct bpf_verifier_env *env) in allow_tail_call_in_subprogs() function
8909 if (env->subprog_cnt > 1 && !allow_tail_call_in_subprogs(env)) { in check_map_func_compatibility()
19049 if (!allow_tail_call_in_subprogs(env)) in do_misc_fixups()