Home
last modified time | relevance | path

Searched refs:auth_res (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/net/sunrpc/
Dsvc.c1074 int auth_res; in svc_process_common() local
1121 auth_res = svc_authenticate(rqstp, &auth_stat); in svc_process_common()
1123 if (auth_res == SVC_OK && progp) { in svc_process_common()
1125 auth_res = progp->pg_authenticate(rqstp); in svc_process_common()
1127 switch (auth_res) { in svc_process_common()