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()
547 static int lockd_authenticate(struct svc_rqst *rqstp) in lockd_authenticate() argument
549 rqstp->rq_client = NULL; in lockd_authenticate()
550 switch (rqstp->rq_authop->flavour) { in lockd_authenticate()
553 if (rqstp->rq_proc == 0) in lockd_authenticate()
555 if (is_callback(rqstp->rq_proc)) { in lockd_authenticate()
561 return svc_set_client(rqstp); in lockd_authenticate()