Searched refs:auth_res (Results 1 – 2 of 2) sorted by relevance
1251 int auth_res, rc; in svc_process_common() local1287 auth_res = svc_authenticate(rqstp); in svc_process_common()1289 if (auth_res == SVC_OK && progp) in svc_process_common()1290 auth_res = progp->pg_authenticate(rqstp); in svc_process_common()1291 trace_svc_authenticate(rqstp, auth_res); in svc_process_common()1292 switch (auth_res) { in svc_process_common()
1670 TP_PROTO(const struct svc_rqst *rqst, int auth_res),1672 TP_ARGS(rqst, auth_res),1674 TP_CONDITION(auth_res != SVC_OK && auth_res != SVC_COMPLETE),1686 __entry->svc_status = auth_res;
Completed in 7 milliseconds