Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/
Dsvcauth.c52 *authp = rpc_autherr_badcred; in svc_authenticate()
Dsvcauth_unix.c737 *authp = rpc_autherr_badcred; in svcauth_null_accept()
837 *authp = rpc_autherr_badcred; in svcauth_unix_accept()
Dsvc.c1208 auth_stat = rpc_autherr_badcred; in svc_process_common()
1296 if (*statp == rpc_autherr_badcred) { in svc_process_common()
/Linux-v4.19/include/linux/sunrpc/
Dxdr.h95 #define rpc_autherr_badcred cpu_to_be32(RPC_AUTH_BADCRED) macro
/Linux-v4.19/net/sunrpc/auth_gss/
Dsvcauth_gss.c1022 *authp = rpc_autherr_badcred; in gss_read_common_verf()
1432 *authp = rpc_autherr_badcred; in svcauth_gss_accept()
1516 *authp = rpc_autherr_badcred; in svcauth_gss_accept()
/Linux-v4.19/fs/nfs/
Dcallback_xdr.c994 return rpc_autherr_badcred; in nfs4_callback_compound()