Lines Matching refs:rqstp
77 struct svc_rqst *rqstp = vrqstp;
79 svc_thread_init_status(rqstp, 0);
83 while (!svc_thread_should_stop(rqstp))
84 svc_recv(rqstp);
86 svc_exit_thread(rqstp);
282 check_gss_callback_principal(struct nfs_client *clp, struct svc_rqst *rqstp)
284 char *p = rqstp->rq_cred.cr_principal;
286 if (rqstp->rq_authop->flavour != RPC_AUTH_GSS)
330 static enum svc_auth_status nfs_callback_authenticate(struct svc_rqst *rqstp)
332 rqstp->rq_auth_stat = rpc_autherr_badcred;
334 switch (rqstp->rq_authop->flavour) {
336 if (rqstp->rq_proc != CB_NULL)
341 if (svc_is_backchannel(rqstp))
345 rqstp->rq_auth_stat = rpc_auth_ok;