Home
last modified time | relevance | path

Searched refs:rpc_autherr_badverf (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/net/sunrpc/
Dsvcauth_unix.c749 rqstp->rq_auth_stat = rpc_autherr_badverf; in svcauth_null_accept()
811 rqstp->rq_auth_stat = rpc_autherr_badverf; in svcauth_tls_accept()
894 rqstp->rq_auth_stat = rpc_autherr_badverf; in svcauth_unix_accept()
Dclnt.c2748 case rpc_autherr_badverf: in rpc_decode_header()
/linux-6.1.9/net/sunrpc/auth_gss/
Dsvcauth_gss.c730 rqstp->rq_auth_stat = rpc_autherr_badverf; in gss_verify_header()
1090 *authp = rpc_autherr_badverf; in gss_read_common_verf()
1103 *authp = rpc_autherr_badverf; in gss_read_common_verf()
1588 rqstp->rq_auth_stat = rpc_autherr_badverf; in svcauth_gss_accept()
/linux-6.1.9/include/linux/sunrpc/
Dxdr.h119 #define rpc_autherr_badverf cpu_to_be32(RPC_AUTH_BADVERF) macro