Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf.h2451 int btf_check_subprog_arg_match(struct bpf_verifier_env *env, int subprog,
/openbmc/linux/kernel/bpf/
H A Dbtf.c6870 int btf_check_subprog_arg_match(struct bpf_verifier_env *env, int subprog, in btf_check_subprog_arg_match() function
H A Dverifier.c19625 ret = btf_check_subprog_arg_match(env, subprog, regs); in do_check_common()