Searched refs:auth_res (Results 1 – 1 of 1) sorted by relevance
1298 int auth_res; in svc_process_common() local1340 auth_res = svc_authenticate(rqstp); in svc_process_common()1342 if (auth_res == SVC_OK && progp) in svc_process_common()1343 auth_res = progp->pg_authenticate(rqstp); in svc_process_common()1344 if (auth_res != SVC_OK) in svc_process_common()1345 trace_svc_authenticate(rqstp, auth_res); in svc_process_common()1346 switch (auth_res) { in svc_process_common()