Searched refs:ref_tname (Results 1 - 1 of 1) sorted by last modified time

/linux-master/kernel/bpf/
H A Dverifier.c11163 const char *ref_tname, const struct btf_param *args,
11218 meta->func_name, argno, btf_type_str(ref_t), ref_tname);
11243 argno, btf_type_str(ref_t), ref_tname, arg_mem_size ? "void, " : "");
11252 const char *ref_tname, u32 ref_id,
11305 meta->func_name, argno, btf_type_str(ref_t), ref_tname, argno + 1,
11720 const char *func_name = meta->func_name, *ref_tname; local
11822 ref_tname = btf_name_by_offset(btf, ref_t->name_off);
11824 kf_arg_type = get_kfunc_ptr_arg_type(env, meta, t, ref_t, ref_tname, args, i, nargs);
12081 ref_tname = btf_name_by_offset(btf, ref_t->name_off);
12094 ret = process_kf_arg_ptr_to_btf_id(env, reg, ref_t, ref_tname, ref_i
11160 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
11249 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...]

Completed in 268 milliseconds