Searched refs:auth_stat (Results 1 – 1 of 1) sorted by relevance
1291 __be32 auth_stat, rpc_stat; in svc_process_common() local1334 auth_res = svc_authenticate(rqstp, &auth_stat); in svc_process_common()1337 auth_stat = rpc_autherr_badcred; in svc_process_common()1398 auth_stat = svc_get_autherr(rqstp, statp); in svc_process_common()1399 if (auth_stat != rpc_auth_ok) in svc_process_common()1454 dprintk("svc: authentication failed (%d)\n", ntohl(auth_stat)); in svc_process_common()1460 svc_putnl(resv, ntohl(auth_stat)); /* status */ in svc_process_common()