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

/linux-master/kernel/bpf/
H A Dverifier.c11068 const struct btf_type *t, const struct btf_type *ref_t,
11119 if (!btf_type_is_struct(ref_t)) {
11121 meta->func_name, argno, btf_type_str(ref_t), ref_tname);
11143 if (!btf_type_is_scalar(ref_t) && !__btf_type_is_scalar_struct(env, meta->btf, ref_t, 0) &&
11144 (arg_mem_size ? !btf_type_is_void(ref_t) : 1)) {
11146 argno, btf_type_str(ref_t), ref_tname, arg_mem_size ? "void, " : "");
11154 const struct btf_type *ref_t,
11208 meta->func_name, argno, btf_type_str(ref_t), ref_tname, argno + 1,
11627 const struct btf_type *t, *ref_t, *resolve_re local
11066 get_kfunc_ptr_arg_type(struct bpf_verifier_env *env, struct bpf_kfunc_call_arg_meta *meta, const struct btf_type *t, const struct btf_type *ref_t, const char *ref_tname, const struct btf_param *args, int argno, int nargs) argument
11152 process_kf_arg_ptr_to_btf_id(struct bpf_verifier_env *env, struct bpf_reg_state *reg, const struct btf_type *ref_t, const char *ref_tname, u32 ref_id, struct bpf_kfunc_call_arg_meta *meta, int argno) argument
[all...]
H A Dbtf.c7138 const struct btf_type *t, *ref_t, *fn_t; local
7303 ref_t = btf_resolve_size(btf, t, &mem_size);
7304 if (IS_ERR(ref_t)) {
7307 PTR_ERR(ref_t));

Completed in 172 milliseconds