Searched refs:cl_cred (Results 1 – 3 of 3) sorted by relevance
752 char *principal = clp->cl_cred.cr_targ_princ ? in get_backchannel_cred()753 clp->cl_cred.cr_targ_princ : "nfs"; in get_backchannel_cred()792 if (!clp->cl_cred.cr_principal && in setup_callback_client()793 (clp->cl_cred.cr_flavor >= RPC_AUTH_GSS_KRB5)) in setup_callback_client()795 args.client_name = clp->cl_cred.cr_principal; in setup_callback_client()798 args.authflavor = clp->cl_cred.cr_flavor; in setup_callback_client()
1852 free_svc_cred(&clp->cl_cred); in free_client()2088 if (cl->cl_cred.cr_gss_mech != cr->cr_gss_mech) in nfsd4_mach_creds_match()2092 if (cl->cl_cred.cr_raw_principal) in nfsd4_mach_creds_match()2093 return 0 == strcmp(cl->cl_cred.cr_raw_principal, in nfsd4_mach_creds_match()2097 return 0 == strcmp(cl->cl_cred.cr_principal, cr->cr_principal); in nfsd4_mach_creds_match()2160 ret = copy_cred(&clp->cl_cred, &rqstp->rq_cred); in create_client()2535 if (!new->cl_cred.cr_principal && in nfsd4_exchange_id()2536 !new->cl_cred.cr_raw_principal) { in nfsd4_exchange_id()2554 bool creds_match = same_creds(&conf->cl_cred, &rqstp->rq_cred); in nfsd4_exchange_id()2826 if (!same_creds(&unconf->cl_cred, &rqstp->rq_cred) || in nfsd4_create_session()[all …]
314 struct svc_cred cl_cred; /* setclientid principal */ member