Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbpf.h1663 int btf_check_kfunc_arg_match(struct bpf_verifier_env *env,
/Linux-v5.15/kernel/bpf/
Dbtf.c5609 int btf_check_kfunc_arg_match(struct bpf_verifier_env *env, in btf_check_kfunc_arg_match() function
Dverifier.c6504 err = btf_check_kfunc_arg_match(env, btf_vmlinux, func_id, regs); in check_kfunc_call()