Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dbpf.h1439 int btf_check_func_arg_match(struct bpf_verifier_env *env, int subprog,
/Linux-v5.10/kernel/bpf/
Dbtf.c5125 int btf_check_func_arg_match(struct bpf_verifier_env *env, int subprog, in btf_check_func_arg_match() function
Dverifier.c4772 err = btf_check_func_arg_match(env, subprog, caller->regs); in check_func_call()
11296 ret = btf_check_func_arg_match(env, subprog, regs); in do_check_common()