Searched refs:targ_name (Results 1 – 6 of 6) sorted by relevance
/linux/net/sunrpc/auth_gss/ |
H A D | gss_rpc_upcall.c | 287 .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 D | gss_rpc_xdr.h | 103 gssx_name targ_name; member
|
H A D | gss_rpc_xdr.c | 607 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/tools/lib/bpf/ |
H A D | libbpf.c | 5579 const char *targ_name, *local_name; in bpf_core_add_cands() local 5592 targ_name = btf__name_by_offset(targ_btf, t->name_off); in bpf_core_add_cands() 5593 if (str_is_empty(targ_name)) in bpf_core_add_cands() 5596 targ_essent_len = bpf_core_essential_name_len(targ_name); in bpf_core_add_cands() 5600 if (strncmp(local_name, targ_name, local_essent_len) != 0) in bpf_core_add_cands() 5605 local_name, i, btf_kind_str(t), targ_name, in bpf_core_add_cands() 8260 const char *targ_name, *local_name; in bpf_object__resolve_ksym_var_btf_id() local 8264 targ_name = btf__name_by_offset(btf, targ_type->name_off); in bpf_object__resolve_ksym_var_btf_id() 8269 btf_kind_str(targ_type), targ_name); in bpf_object__resolve_ksym_var_btf_id()
|
/linux/kernel/bpf/ |
H A D | btf.c | 8986 const char *targ_name; in bpf_core_add_cands() local 8996 targ_name = btf_name_by_offset(targ_btf, t->name_off); in bpf_core_add_cands() 8997 if (!targ_name) in bpf_core_add_cands() 9005 if (strncmp(cands->name, targ_name, cands->name_len) != 0) in bpf_core_add_cands() 9008 targ_essent_len = bpf_core_essential_name_len(targ_name); in bpf_core_add_cands()
|
H A D | verifier.c | 5420 const char *targ_name = btf_type_name(kptr_field->kptr.btf, kptr_field->kptr.btf_id); in map_kptr_match_type() local 5483 verbose(env, "expected=%s%s", reg_type_str(env, PTR_TO_BTF_ID), targ_name); in map_kptr_match_type() 5486 targ_name); in map_kptr_match_type()
|