Searched refs:cr_targ_princ (Results 1 – 4 of 4) sorted by relevance
33 char *cr_targ_princ; member42 cred->cr_targ_princ = NULL; in init_svc_cred()52 kfree(cred->cr_targ_princ); in free_svc_cred()
360 data->creds.cr_targ_princ = in gssp_accept_sec_context_upcall()362 gssp_hostbased_service(&data->creds.cr_targ_princ); in gssp_accept_sec_context_upcall()
1010 client->cl_principal = clp->cl_cred.cr_targ_princ ? in get_backchannel_cred()1011 clp->cl_cred.cr_targ_princ : "nfs"; in get_backchannel_cred()
2491 target->cr_targ_princ = kstrdup(source->cr_targ_princ, GFP_KERNEL); in copy_cred()2494 (source->cr_targ_princ && !target->cr_targ_princ)) in copy_cred()