Lines Matching refs:ret_btf_id
287 u32 ret_btf_id; member
304 u32 ret_btf_id; member
9696 meta->ret_btf_id = reg->btf_id; in check_func_arg()
11616 t = btf_type_skip_modifiers(meta.ret_btf, meta.ret_btf_id, NULL); in check_helper_call()
11646 regs[BPF_REG_0].btf_id = meta.ret_btf_id; in check_helper_call()
11653 int ret_btf_id; in check_helper_call() local
11659 ret_btf_id = meta.kptr_field->kptr.btf_id; in check_helper_call()
11666 if (fn->ret_btf_id == BPF_PTR_POISON) { in check_helper_call()
11673 ret_btf_id = *fn->ret_btf_id; in check_helper_call()
11675 if (ret_btf_id == 0) { in check_helper_call()
11682 regs[BPF_REG_0].btf_id = ret_btf_id; in check_helper_call()
13073 meta->ret_btf_id = ret; in check_kfunc_args()
13663 u32 ret_btf_id; in check_kfunc_call() local
13674 ret_btf_id = meta.arg_constant.value; in check_kfunc_call()
13682 ret_t = btf_type_by_id(ret_btf, ret_btf_id); in check_kfunc_call()
13717 struct_meta = btf_find_struct_meta(ret_btf, ret_btf_id); in check_kfunc_call()
13733 regs[BPF_REG_0].btf_id = ret_btf_id; in check_kfunc_call()
13762 regs[BPF_REG_0].btf_id = meta.ret_btf_id; in check_kfunc_call()