Searched refs:auth_res (Results 1 – 2 of 2) sorted by relevance
1301 enum svc_auth_status auth_res; in svc_process_common() local1338 auth_res = svc_authenticate(rqstp); in svc_process_common()1340 if (auth_res == SVC_OK && progp) in svc_process_common()1341 auth_res = progp->pg_authenticate(rqstp); in svc_process_common()1342 trace_svc_authenticate(rqstp, auth_res); in svc_process_common()1343 switch (auth_res) { in svc_process_common()1359 pr_warn_once("Unexpected svc_auth_status (%d)\n", auth_res); in svc_process_common()
1747 enum svc_auth_status auth_res1750 TP_ARGS(rqst, auth_res),1752 TP_CONDITION(auth_res != SVC_OK && auth_res != SVC_COMPLETE),1764 __entry->svc_status = auth_res;