Lines Matching refs:ret_btf_id
280 u32 ret_btf_id; member
296 u32 ret_btf_id; member
8260 meta->ret_btf_id = reg->btf_id; in check_func_arg()
9843 t = btf_type_skip_modifiers(meta.ret_btf, meta.ret_btf_id, NULL); in check_helper_call()
9869 regs[BPF_REG_0].btf_id = meta.ret_btf_id; in check_helper_call()
9876 int ret_btf_id; in check_helper_call() local
9882 ret_btf_id = meta.kptr_field->kptr.btf_id; in check_helper_call()
9886 if (fn->ret_btf_id == BPF_PTR_POISON) { in check_helper_call()
9893 ret_btf_id = *fn->ret_btf_id; in check_helper_call()
9895 if (ret_btf_id == 0) { in check_helper_call()
9902 regs[BPF_REG_0].btf_id = ret_btf_id; in check_helper_call()
11001 meta->ret_btf_id = ret; in check_kfunc_args()
11429 u32 ret_btf_id; in check_kfunc_call() local
11440 ret_btf_id = meta.arg_constant.value; in check_kfunc_call()
11448 ret_t = btf_type_by_id(ret_btf, ret_btf_id); in check_kfunc_call()
11457 regs[BPF_REG_0].btf_id = ret_btf_id; in check_kfunc_call()
11461 btf_find_struct_meta(ret_btf, ret_btf_id); in check_kfunc_call()
11485 regs[BPF_REG_0].btf_id = meta.ret_btf_id; in check_kfunc_call()