Lines Matching refs:cl_cred
1998 free_svc_cred(&clp->cl_cred); in __free_client()
2274 if (cl->cl_cred.cr_gss_mech != cr->cr_gss_mech) in nfsd4_mach_creds_match()
2278 if (cl->cl_cred.cr_raw_principal) in nfsd4_mach_creds_match()
2279 return 0 == strcmp(cl->cl_cred.cr_raw_principal, in nfsd4_mach_creds_match()
2283 return 0 == strcmp(cl->cl_cred.cr_principal, cr->cr_principal); in nfsd4_mach_creds_match()
2717 ret = copy_cred(&clp->cl_cred, &rqstp->rq_cred); in create_client()
3118 if (!new->cl_cred.cr_principal && in nfsd4_exchange_id()
3119 !new->cl_cred.cr_raw_principal) { in nfsd4_exchange_id()
3138 bool creds_match = same_creds(&conf->cl_cred, &rqstp->rq_cred); in nfsd4_exchange_id()
3409 if (!same_creds(&unconf->cl_cred, &rqstp->rq_cred) || in nfsd4_create_session()
3969 if (!same_creds(&conf->cl_cred, &rqstp->rq_cred)) { in nfsd4_setclientid()
4028 if (unconf && !same_creds(&unconf->cl_cred, &rqstp->rq_cred)) in nfsd4_setclientid_confirm()
4030 if (conf && !same_creds(&conf->cl_cred, &rqstp->rq_cred)) in nfsd4_setclientid_confirm()
4051 && !same_creds(&unconf->cl_cred, in nfsd4_setclientid_confirm()
4052 &old->cl_cred)) { in nfsd4_setclientid_confirm()