Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dverifier.c6263 static bool allow_tail_call_in_subprogs(struct bpf_verifier_env *env) in allow_tail_call_in_subprogs() function
6399 if (env->subprog_cnt > 1 && !allow_tail_call_in_subprogs(env)) { in check_map_func_compatibility()
14091 if (!allow_tail_call_in_subprogs(env)) in do_misc_fixups()