Home
last modified time | relevance | path

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

/Linux-v5.10/net/sunrpc/
Dsvcauth.c75 *authp = rpc_autherr_badcred; in svc_authenticate()
Dsvcauth_unix.c748 *authp = rpc_autherr_badcred; in svcauth_null_accept()
851 *authp = rpc_autherr_badcred; in svcauth_unix_accept()
Dsvc.c1326 auth_stat = rpc_autherr_badcred; in svc_process_common()
Dclnt.c2643 case rpc_autherr_badcred: in rpc_decode_header()
/Linux-v5.10/include/linux/sunrpc/
Dxdr.h110 #define rpc_autherr_badcred cpu_to_be32(RPC_AUTH_BADCRED) macro
/Linux-v5.10/net/sunrpc/auth_gss/
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()
/Linux-v5.10/fs/nfs/
Dcallback_xdr.c991 return svc_return_autherr(rqstp, rpc_autherr_badcred); in nfs4_callback_compound()