Searched refs:auth_res (Results 1 – 2 of 2) sorted by relevance
1281 int auth_res; in svc_process_common() local1323 auth_res = svc_authenticate(rqstp, &auth_stat); in svc_process_common()1325 if (auth_res == SVC_OK && progp) { in svc_process_common()1327 auth_res = progp->pg_authenticate(rqstp); in svc_process_common()1329 if (auth_res != SVC_OK) in svc_process_common()1330 trace_svc_authenticate(rqstp, auth_res, auth_stat); in svc_process_common()1331 switch (auth_res) { in svc_process_common()
1550 TP_PROTO(const struct svc_rqst *rqst, int auth_res, __be32 auth_stat),1552 TP_ARGS(rqst, auth_res, auth_stat),1562 __entry->svc_status = auth_res;