Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c388 static bool subprog_returns_void(struct bpf_verifier_env *env, int subprog) in subprog_returns_void() function
9899 returns_void = subprog_returns_void(env, subprog); in check_func_call()
17362 if (subprog_returns_void(env, 0)) in program_returns_void()
17462 if (subprog_returns_void(env, cur_frame->subprogno)) in check_global_subprog_return_code()
19319 if (subprog_returns_void(env, subprog)) { in do_check_common()