Home
last modified time | relevance | path

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

/linux-6.12.1/net/sunrpc/
Dsvcauth_unix.c697 rqstp->rq_auth_stat = rpc_autherr_badcred; in svcauth_unix_set_client()
766 rqstp->rq_auth_stat = rpc_autherr_badcred; in svcauth_null_accept()
845 rqstp->rq_auth_stat = rpc_autherr_badcred; in svcauth_tls_accept()
859 rqstp->rq_auth_stat = rpc_autherr_badcred; in svcauth_tls_accept()
990 rqstp->rq_auth_stat = rpc_autherr_badcred; in svcauth_unix_accept()
Dsvcauth.c92 rqstp->rq_auth_stat = rpc_autherr_badcred; in svc_authenticate()
Dclnt.c2791 case rpc_autherr_badcred: in rpc_decode_header()
/linux-6.12.1/fs/nfs/
Dcallback.c336 rqstp->rq_auth_stat = rpc_autherr_badcred; in nfs_callback_authenticate()
Dcallback_xdr.c1022 rqstp->rq_auth_stat = rpc_autherr_badcred; in nfs4_callback_compound()
/linux-6.12.1/net/sunrpc/auth_gss/
Dsvcauth_gss.c987 rqstp->rq_auth_stat = rpc_autherr_badcred; in svcauth_gss_set_client()
1390 rqstp->rq_auth_stat = rpc_autherr_badcred; in svcauth_gss_proc_init()
1631 rqstp->rq_auth_stat = rpc_autherr_badcred; in svcauth_gss_accept()
1696 rqstp->rq_auth_stat = rpc_autherr_badcred; in svcauth_gss_accept()
/linux-6.12.1/fs/lockd/
Dsvc.c521 rqstp->rq_auth_stat = rpc_autherr_badcred; in lockd_authenticate()
/linux-6.12.1/include/linux/sunrpc/
Dxdr.h117 #define rpc_autherr_badcred cpu_to_be32(RPC_AUTH_BADCRED) macro