Lines Matching refs:rqstp
113 iprop_get_updates_1(kdb_last_t *arg, struct svc_req *rqstp) in iprop_get_updates_1() argument
136 if (setup_gss_names(rqstp, &client_name, &service_name) < 0) { in iprop_get_updates_1()
146 if (!(name = get_clnt_name(rqstp))) { in iprop_get_updates_1()
159 audit_kadmind_unauth(rqstp->rq_xprt, l_port, in iprop_get_updates_1()
164 client_addr(rqstp, abuf)); in iprop_get_updates_1()
183 audit_kadmind_auth(rqstp->rq_xprt, l_port, in iprop_get_updates_1()
191 client_addr(rqstp, abuf)); in iprop_get_updates_1()
231 struct svc_req *rqstp) in iprop_full_resync_1() argument
256 if (setup_gss_names(rqstp, &client_name, &service_name) < 0) { in iprop_full_resync_1()
266 if (!(name = get_clnt_name(rqstp))) { in iprop_full_resync_1()
279 audit_kadmind_unauth(rqstp->rq_xprt, l_port, in iprop_full_resync_1()
284 client_addr(rqstp, abuf)); in iprop_full_resync_1()
389 audit_kadmind_auth(rqstp->rq_xprt, l_port, in iprop_full_resync_1()
397 client_addr(rqstp, abuf)); in iprop_full_resync_1()
416 struct svc_req *rqstp, in krb5_iprop_prog_1() argument
427 switch (rqstp->rq_proc) { in krb5_iprop_prog_1()
448 rqstp->rq_proc, whoami); in krb5_iprop_prog_1()
460 result = (*local)(&argument, rqstp); in krb5_iprop_prog_1()
477 if (rqstp->rq_proc == IPROP_GET_UPDATES) { in krb5_iprop_prog_1()