Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sunrpc/
Dsvcauth_unix.c753 *authp = rpc_autherr_badverf; in svcauth_null_accept()
839 *authp = rpc_autherr_badverf; in svcauth_unix_accept()
Dclnt.c2642 case rpc_autherr_badverf: in rpc_decode_header()
/kernel/linux/linux-5.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()
1583 *authp = rpc_autherr_badverf; in svcauth_gss_accept()
/kernel/linux/linux-5.10/include/linux/sunrpc/
Dxdr.h111 #define rpc_autherr_badverf cpu_to_be32(RPC_AUTH_BADVERF) macro