Home
last modified time | relevance | path

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

/Linux-v5.10/net/sunrpc/
Dsvcauth_unix.c753 *authp = rpc_autherr_badverf; in svcauth_null_accept()
839 *authp = rpc_autherr_badverf; in svcauth_unix_accept()
Dclnt.c2644 case rpc_autherr_badverf: in rpc_decode_header()
/Linux-v5.10/net/sunrpc/auth_gss/
Dsvcauth_gss.c728 *authp = rpc_autherr_badverf; in gss_verify_header()
1084 *authp = rpc_autherr_badverf; in gss_read_common_verf()
1097 *authp = rpc_autherr_badverf; in gss_read_common_verf()
1578 *authp = rpc_autherr_badverf; in svcauth_gss_accept()
/Linux-v5.10/include/linux/sunrpc/
Dxdr.h112 #define rpc_autherr_badverf cpu_to_be32(RPC_AUTH_BADVERF) macro