Home
last modified time | relevance | path

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

/Linux-v5.4/net/sunrpc/
Dsvcauth.c71 *authp = rpc_autherr_badcred; in svc_authenticate()
Dsvcauth_unix.c746 *authp = rpc_autherr_badcred; in svcauth_null_accept()
849 *authp = rpc_autherr_badcred; in svcauth_unix_accept()
Dsvc.c1337 auth_stat = rpc_autherr_badcred; in svc_process_common()
Dclnt.c2684 case rpc_autherr_badcred: in rpc_decode_header()
/Linux-v5.4/include/linux/sunrpc/
Dxdr.h112 #define rpc_autherr_badcred cpu_to_be32(RPC_AUTH_BADCRED) macro
/Linux-v5.4/net/sunrpc/auth_gss/
Dsvcauth_gss.c1043 *authp = rpc_autherr_badcred; in gss_read_common_verf()
1453 *authp = rpc_autherr_badcred; in svcauth_gss_accept()
1537 *authp = rpc_autherr_badcred; in svcauth_gss_accept()
/Linux-v5.4/fs/nfs/
Dcallback_xdr.c986 return svc_return_autherr(rqstp, rpc_autherr_badcred); in nfs4_callback_compound()