Searched refs:cl_cred (Results 1 – 3 of 3) sorted by relevance
658 if (!clp->cl_cred.cr_principal && in setup_callback_client()659 (clp->cl_cred.cr_flavor >= RPC_AUTH_GSS_KRB5)) in setup_callback_client()661 args.client_name = clp->cl_cred.cr_principal; in setup_callback_client()664 args.authflavor = clp->cl_cred.cr_flavor; in setup_callback_client()
249 struct svc_cred cl_cred; /* setclientid principal */ member
1101 free_svc_cred(&clp->cl_cred); in free_client()1319 ret = copy_cred(&clp->cl_cred, &rqstp->rq_cred); in create_client()1658 bool creds_match = same_creds(&conf->cl_cred, &rqstp->rq_cred); in nfsd4_exchange_id()1888 if (!same_creds(&unconf->cl_cred, &rqstp->rq_cred) || in nfsd4_create_session()2299 if (!same_creds(&conf->cl_cred, &rqstp->rq_cred)) { in nfsd4_setclientid()2357 if (unconf && !same_creds(&unconf->cl_cred, &rqstp->rq_cred)) in nfsd4_setclientid_confirm()2359 if (conf && !same_creds(&conf->cl_cred, &rqstp->rq_cred)) in nfsd4_setclientid_confirm()