Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/
H A Dsvcauth_unix.c697 rqstp->rq_auth_stat = rpc_autherr_badcred; in svcauth_unix_set_client()
765 rqstp->rq_auth_stat = rpc_autherr_badcred; in svcauth_null_accept()
844 rqstp->rq_auth_stat = rpc_autherr_badcred; in svcauth_tls_accept()
858 rqstp->rq_auth_stat = rpc_autherr_badcred; in svcauth_tls_accept()
989 rqstp->rq_auth_stat = rpc_autherr_badcred; in svcauth_unix_accept()
H A Dsvcauth.c91 rqstp->rq_auth_stat = rpc_autherr_badcred; in svc_authenticate()
H A Dclnt.c2775 case rpc_autherr_badcred: in rpc_decode_header()
/openbmc/linux/fs/nfs/
H A Dcallback.c377 rqstp->rq_auth_stat = rpc_autherr_badcred; in nfs_callback_authenticate()
H A Dcallback_xdr.c978 rqstp->rq_auth_stat = rpc_autherr_badcred; in nfs4_callback_compound()
/openbmc/linux/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c997 rqstp->rq_auth_stat = rpc_autherr_badcred; in svcauth_gss_set_client()
1400 rqstp->rq_auth_stat = rpc_autherr_badcred; in svcauth_gss_proc_init()
1641 rqstp->rq_auth_stat = rpc_autherr_badcred; in svcauth_gss_accept()
1706 rqstp->rq_auth_stat = rpc_autherr_badcred; in svcauth_gss_accept()
/openbmc/linux/fs/lockd/
H A Dsvc.c526 rqstp->rq_auth_stat = rpc_autherr_badcred; in lockd_authenticate()
/openbmc/linux/include/linux/sunrpc/
H A Dxdr.h117 #define rpc_autherr_badcred cpu_to_be32(RPC_AUTH_BADCRED) macro