Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/bpf/
H A Drelo_core.c437 const char *local_name, *targ_name; in bpf_core_fields_are_compat() local
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
604 targ_essent_len = bpf_core_essential_name_len(targ_name); in bpf_core_spec_match()
[all …]
H A Dlibbpf.c5597 const char *targ_name, *local_name; in bpf_core_add_cands() local
5610 targ_name = btf__name_by_offset(targ_btf, t->name_off); in bpf_core_add_cands()
5611 if (str_is_empty(targ_name)) in bpf_core_add_cands()
5614 targ_essent_len = bpf_core_essential_name_len(targ_name); in bpf_core_add_cands()
5618 if (strncmp(local_name, targ_name, local_essent_len) != 0) in bpf_core_add_cands()
5623 local_name, i, btf_kind_str(t), targ_name, in bpf_core_add_cands()
8286 const char *targ_name, *local_name; in bpf_object__resolve_ksym_var_btf_id() local
8290 targ_name = btf__name_by_offset(btf, targ_type->name_off); in bpf_object__resolve_ksym_var_btf_id()
8295 btf_kind_str(targ_type), targ_name); in bpf_object__resolve_ksym_var_btf_id()
/linux-6.15/net/sunrpc/auth_gss/
H A 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()
H A Dgss_rpc_xdr.h103 gssx_name targ_name; member
H A Dgss_rpc_xdr.c607 err = gssx_enc_name(xdr, &ctx->targ_name); in gssx_enc_ctx()
670 err = gssx_dec_name(xdr, &ctx->targ_name); in gssx_dec_ctx()
/linux-6.15/kernel/bpf/
H A Dbtf.c9089 const char *targ_name; in bpf_core_add_cands() local
9099 targ_name = btf_name_by_offset(targ_btf, t->name_off); in bpf_core_add_cands()
9100 if (!targ_name) in bpf_core_add_cands()
9108 if (strncmp(cands->name, targ_name, cands->name_len) != 0) in bpf_core_add_cands()
9111 targ_essent_len = bpf_core_essential_name_len(targ_name); in bpf_core_add_cands()
H A Dverifier.c5725 const char *targ_name = btf_type_name(kptr_field->kptr.btf, kptr_field->kptr.btf_id); in map_kptr_match_type() local
5788 verbose(env, "expected=%s%s", reg_type_str(env, PTR_TO_BTF_ID), targ_name); in map_kptr_match_type()
5791 targ_name); in map_kptr_match_type()