Searched refs:ret_btf (Results 1 – 1 of 1) sorted by relevance
286 struct btf *ret_btf; member9695 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() local11660 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() local13673 ret_btf = env->prog->aux->btf; in check_kfunc_call()13677 if (!ret_btf) { in check_kfunc_call()[all …]