Home
last modified time | relevance | path

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

/kernel/bpf/
Dbtf.c8287 const char *targ_name; in bpf_core_add_cands() local
8297 targ_name = btf_name_by_offset(targ_btf, t->name_off); in bpf_core_add_cands()
8298 if (!targ_name) in bpf_core_add_cands()
8306 if (strncmp(cands->name, targ_name, cands->name_len) != 0) in bpf_core_add_cands()
8309 targ_essent_len = bpf_core_essential_name_len(targ_name); in bpf_core_add_cands()
Dverifier.c5238 const char *targ_name = btf_type_name(kptr_field->kptr.btf, kptr_field->kptr.btf_id); in map_kptr_match_type() local
5299 verbose(env, "expected=%s%s", reg_type_str(env, PTR_TO_BTF_ID), targ_name); in map_kptr_match_type()
5302 targ_name); in map_kptr_match_type()