Searched refs:auth_stat (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | svc.c | 1280 __be32 auth_stat, rpc_stat; in svc_process_common() local 1323 auth_res = svc_authenticate(rqstp, &auth_stat); in svc_process_common() 1326 auth_stat = rpc_autherr_badcred; in svc_process_common() 1330 trace_svc_authenticate(rqstp, auth_res, auth_stat); in svc_process_common() 1389 auth_stat = svc_get_autherr(rqstp, statp); in svc_process_common() 1390 if (auth_stat != rpc_auth_ok) in svc_process_common() 1447 dprintk("svc: authentication failed (%d)\n", ntohl(auth_stat)); in svc_process_common() 1453 svc_putnl(resv, ntohl(auth_stat)); /* status */ in svc_process_common()
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | rpcauth.c | 54 static enum auth_stat why;
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | sunrpc.h | 1550 TP_PROTO(const struct svc_rqst *rqst, int auth_res, __be32 auth_stat), 1552 TP_ARGS(rqst, auth_res, auth_stat), 1557 __field(unsigned long, auth_stat) 1563 __entry->auth_stat = be32_to_cpu(auth_stat); 1568 rpc_show_auth_stat(__entry->auth_stat))
|