Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dsvcauth.c75 *authp = rpc_autherr_badcred; in svc_authenticate()
H A Dsvcauth_unix.c748 *authp = rpc_autherr_badcred; in svcauth_null_accept()
851 *authp = rpc_autherr_badcred; in svcauth_unix_accept()
H A Dsvc.c1326 auth_stat = rpc_autherr_badcred; in svc_process_common()
H A Dclnt.c2641 case rpc_autherr_badcred: in rpc_decode_header()
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dxdr.h109 #define rpc_autherr_badcred cpu_to_be32(RPC_AUTH_BADCRED) macro
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c1092 *authp = rpc_autherr_badcred; in gss_read_common_verf()
1541 *authp = rpc_autherr_badcred; in svcauth_gss_accept()
1625 *authp = rpc_autherr_badcred; in svcauth_gss_accept()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dcallback_xdr.c987 return svc_return_autherr(rqstp, rpc_autherr_badcred); in nfs4_callback_compound()