Lines Matching defs:rqstp
138 struct svc_rqst *rqstp = vrqstp;
159 rqstp->rq_server->sv_maxconn = nlm_max_connections;
173 err = svc_recv(rqstp, timeout);
177 svc_print_addr(rqstp, buf, sizeof(buf)));
179 svc_process(rqstp);
646 static int lockd_authenticate(struct svc_rqst *rqstp)
648 rqstp->rq_client = NULL;
649 switch (rqstp->rq_authop->flavour) {
652 if (rqstp->rq_proc == 0)
654 if (is_callback(rqstp->rq_proc)) {
656 * call nlmsvc_lookup_host(rqstp)
660 return svc_set_client(rqstp);