Lines Matching defs:rqstp
62 svc_authenticate(struct svc_rqst *rqstp, __be32 *authp)
69 flavor = svc_getnl(&rqstp->rq_arg.head[0]);
79 rqstp->rq_auth_slack = 0;
80 init_svc_cred(&rqstp->rq_cred);
82 rqstp->rq_authop = aops;
83 return aops->accept(rqstp, authp);
87 int svc_set_client(struct svc_rqst *rqstp)
89 rqstp->rq_client = NULL;
90 return rqstp->rq_authop->set_client(rqstp);
98 int svc_authorise(struct svc_rqst *rqstp)
100 struct auth_ops *aops = rqstp->rq_authop;
103 rqstp->rq_authop = NULL;
106 rv = aops->release(rqstp);