Searched refs:auth_res (Results 1 – 2 of 2) sorted by relevance
1238 int auth_res, rc; in svc_process_common() local1280 auth_res = svc_authenticate(rqstp); in svc_process_common()1282 if (auth_res == SVC_OK && progp) in svc_process_common()1283 auth_res = progp->pg_authenticate(rqstp); in svc_process_common()1284 if (auth_res != SVC_OK) in svc_process_common()1285 trace_svc_authenticate(rqstp, auth_res); in svc_process_common()1286 switch (auth_res) { in svc_process_common()
1670 TP_PROTO(const struct svc_rqst *rqst, int auth_res),1672 TP_ARGS(rqst, auth_res),1684 __entry->svc_status = auth_res;