Searched refs:cl_cred (Results 1 – 3 of 3) sorted by relevance
751 if (!clp->cl_cred.cr_principal && in setup_callback_client()752 (clp->cl_cred.cr_flavor >= RPC_AUTH_GSS_KRB5)) in setup_callback_client()754 args.client_name = clp->cl_cred.cr_principal; in setup_callback_client()757 args.authflavor = clp->cl_cred.cr_flavor; in setup_callback_client()
312 struct svc_cred cl_cred; /* setclientid principal */ member
1744 free_svc_cred(&clp->cl_cred); in free_client()1968 if (cl->cl_cred.cr_gss_mech != cr->cr_gss_mech) in mach_creds_match()1974 return 0 == strcmp(cl->cl_cred.cr_principal, cr->cr_principal); in mach_creds_match()2037 ret = copy_cred(&clp->cl_cred, &rqstp->rq_cred); in create_client()2388 bool creds_match = same_creds(&conf->cl_cred, &rqstp->rq_cred); in nfsd4_exchange_id()2653 if (!same_creds(&unconf->cl_cred, &rqstp->rq_cred) || in nfsd4_create_session()3127 if (!same_creds(&conf->cl_cred, &rqstp->rq_cred)) { in nfsd4_setclientid()3189 if (unconf && !same_creds(&unconf->cl_cred, &rqstp->rq_cred)) in nfsd4_setclientid_confirm()3191 if (conf && !same_creds(&conf->cl_cred, &rqstp->rq_cred)) in nfsd4_setclientid_confirm()3211 && !same_creds(&unconf->cl_cred, in nfsd4_setclientid_confirm()[all …]