Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dverifier.c286 struct btf *ret_btf; member
9695 meta->ret_btf = reg->btf; in check_func_arg()
11645 regs[BPF_REG_0].btf = meta.ret_btf; in check_helper_call()
11652 struct btf *ret_btf; in check_helper_call() local
11660 if (!btf_is_kernel(ret_btf)) { in check_helper_call()
11672 ret_btf = btf_vmlinux; in check_helper_call()
11681 regs[BPF_REG_0].btf = ret_btf; in check_helper_call()
13662 struct btf *ret_btf; in check_kfunc_call() local
13673 ret_btf = env->prog->aux->btf; in check_kfunc_call()
13677 if (!ret_btf) { in check_kfunc_call()
[all …]