Lines Matching refs:ret_btf_id
280 u32 ret_btf_id; member
296 u32 ret_btf_id; member
8596 meta->ret_btf_id = reg->btf_id; in check_func_arg()
10259 t = btf_type_skip_modifiers(meta.ret_btf, meta.ret_btf_id, NULL); in check_helper_call()
10285 regs[BPF_REG_0].btf_id = meta.ret_btf_id; in check_helper_call()
10292 int ret_btf_id; in check_helper_call() local
10298 ret_btf_id = meta.kptr_field->kptr.btf_id; in check_helper_call()
10302 if (fn->ret_btf_id == BPF_PTR_POISON) { in check_helper_call()
10309 ret_btf_id = *fn->ret_btf_id; in check_helper_call()
10311 if (ret_btf_id == 0) { in check_helper_call()
10318 regs[BPF_REG_0].btf_id = ret_btf_id; in check_helper_call()
11417 meta->ret_btf_id = ret; in check_kfunc_args()
11850 u32 ret_btf_id; in check_kfunc_call() local
11861 ret_btf_id = meta.arg_constant.value; in check_kfunc_call()
11869 ret_t = btf_type_by_id(ret_btf, ret_btf_id); in check_kfunc_call()
11878 regs[BPF_REG_0].btf_id = ret_btf_id; in check_kfunc_call()
11882 btf_find_struct_meta(ret_btf, ret_btf_id); in check_kfunc_call()
11906 regs[BPF_REG_0].btf_id = meta.ret_btf_id; in check_kfunc_call()