Searched refs:auth_stat (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sunrpc/
H A Dsvc.c238 auth_stat, rpc_stat; local
267 auth_stat = rpc_autherr_badcred;
276 svc_authenticate(rqstp, &rpc_stat, &auth_stat);
281 if (auth_stat != rpc_auth_ok)
380 dprintk("svc: authentication failed (%d)\n", ntohl(auth_stat));
384 svc_putlong(resp, auth_stat); /* status */

Completed in 74 milliseconds