Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbpf.h1661 int btf_check_subprog_arg_match(struct bpf_verifier_env *env, int subprog,
/Linux-v5.15/kernel/bpf/
Dbtf.c5578 int btf_check_subprog_arg_match(struct bpf_verifier_env *env, int subprog, in btf_check_subprog_arg_match() function
Dverifier.c5728 err = btf_check_subprog_arg_match(env, subprog, caller->regs); in __check_func_call()
13140 ret = btf_check_subprog_arg_match(env, subprog, regs); in do_check_common()