Lines Matching refs:rqstp
131 struct svc_rqst *rqstp = vrqstp; in lockd() local
150 rqstp->rq_server->sv_maxconn = nlm_max_connections; in lockd()
164 err = svc_recv(rqstp, timeout); in lockd()
168 svc_print_addr(rqstp, buf, sizeof(buf))); in lockd()
170 svc_process(rqstp); in lockd()
542 static int lockd_authenticate(struct svc_rqst *rqstp) in lockd_authenticate() argument
544 rqstp->rq_client = NULL; in lockd_authenticate()
545 switch (rqstp->rq_authop->flavour) { in lockd_authenticate()
548 if (rqstp->rq_proc == 0) in lockd_authenticate()
550 if (is_callback(rqstp->rq_proc)) { in lockd_authenticate()
556 return svc_set_client(rqstp); in lockd_authenticate()