Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c12502 const struct btf_type *t, const struct btf_type *ref_t, in get_kfunc_ptr_arg_type() argument
12568 if (!btf_type_is_struct(ref_t)) { in get_kfunc_ptr_arg_type()
12570 meta->func_name, argno, btf_type_str(ref_t), ref_tname); in get_kfunc_ptr_arg_type()
12589 if (!btf_type_is_scalar(ref_t) && !__btf_type_is_scalar_struct(env, meta->btf, ref_t, 0) && in get_kfunc_ptr_arg_type()
12590 (arg_mem_size ? !btf_type_is_void(ref_t) : 1)) { in get_kfunc_ptr_arg_type()
12592 argno, btf_type_str(ref_t), ref_tname, arg_mem_size ? "void, " : ""); in get_kfunc_ptr_arg_type()
12600 const struct btf_type *ref_t, in process_kf_arg_ptr_to_btf_id() argument
12663 meta->func_name, argno, btf_type_str(ref_t), ref_tname, argno + 1, in process_kf_arg_ptr_to_btf_id()
13179 const struct btf_type *t, *ref_t, *resolve_ret; in check_kfunc_args() local
13271 ref_t = btf_type_skip_modifiers(btf, t->type, &ref_id); in check_kfunc_args()
[all …]