Home
last modified time | relevance | path

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

/linux-6.6.21/tools/lib/bpf/
Drelo_core.c437 const char *local_name, *targ_name; in bpf_core_fields_are_compat() local
442 targ_name = btf__name_by_offset(targ_btf, targ_type->name_off); in bpf_core_fields_are_compat()
444 targ_len = bpf_core_essential_name_len(targ_name); in bpf_core_fields_are_compat()
448 strncmp(local_name, targ_name, local_len) == 0); in bpf_core_fields_are_compat()
490 const char *local_name, *targ_name; in bpf_core_match_member() local
520 targ_name = btf__name_by_offset(targ_btf, m->name_off); in bpf_core_match_member()
521 if (str_is_empty(targ_name)) { in bpf_core_match_member()
528 } else if (strcmp(local_name, targ_name) == 0) { in bpf_core_match_member()
535 targ_acc->name = targ_name; in bpf_core_match_member()
588 const char *targ_name; in bpf_core_spec_match() local
[all …]
Dlibbpf.c5460 const char *targ_name, *local_name; in bpf_core_add_cands() local
5473 targ_name = btf__name_by_offset(targ_btf, t->name_off); in bpf_core_add_cands()
5474 if (str_is_empty(targ_name)) in bpf_core_add_cands()
5477 targ_essent_len = bpf_core_essential_name_len(targ_name); in bpf_core_add_cands()
5481 if (strncmp(local_name, targ_name, local_essent_len) != 0) in bpf_core_add_cands()
5486 local_name, i, btf_kind_str(t), targ_name, in bpf_core_add_cands()
7652 const char *targ_name, *local_name; in bpf_object__resolve_ksym_var_btf_id() local
7656 targ_name = btf__name_by_offset(btf, targ_type->name_off); in bpf_object__resolve_ksym_var_btf_id()
7661 btf_kind_str(targ_type), targ_name); in bpf_object__resolve_ksym_var_btf_id()
/linux-6.6.21/net/sunrpc/auth_gss/
Dgss_rpc_upcall.c287 .targ_name.display_name.len = GSSX_max_princ_sz, in gssp_accept_sec_context_upcall()
329 target_name = rctxh.targ_name.display_name; in gssp_accept_sec_context_upcall()
Dgss_rpc_xdr.h103 gssx_name targ_name; member
Dgss_rpc_xdr.c596 err = gssx_enc_name(xdr, &ctx->targ_name); in gssx_enc_ctx()
659 err = gssx_dec_name(xdr, &ctx->targ_name); in gssx_dec_ctx()
/linux-6.6.21/kernel/bpf/
Dbtf.c8286 const char *targ_name; in bpf_core_add_cands() local
8296 targ_name = btf_name_by_offset(targ_btf, t->name_off); in bpf_core_add_cands()
8297 if (!targ_name) in bpf_core_add_cands()
8305 if (strncmp(cands->name, targ_name, cands->name_len) != 0) in bpf_core_add_cands()
8308 targ_essent_len = bpf_core_essential_name_len(targ_name); in bpf_core_add_cands()
Dverifier.c5234 const char *targ_name = btf_type_name(kptr_field->kptr.btf, kptr_field->kptr.btf_id); in map_kptr_match_type() local
5295 verbose(env, "expected=%s%s", reg_type_str(env, PTR_TO_BTF_ID), targ_name); in map_kptr_match_type()
5298 targ_name); in map_kptr_match_type()