Home
last modified time | relevance | path

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

/Linux-v5.4/net/sunrpc/
Dsvcauth_unix.c751 *authp = rpc_autherr_badverf; in svcauth_null_accept()
837 *authp = rpc_autherr_badverf; in svcauth_unix_accept()
Dclnt.c2685 case rpc_autherr_badverf: in rpc_decode_header()
/Linux-v5.4/net/sunrpc/auth_gss/
Dsvcauth_gss.c696 *authp = rpc_autherr_badverf; in gss_verify_header()
1035 *authp = rpc_autherr_badverf; in gss_read_common_verf()
1048 *authp = rpc_autherr_badverf; in gss_read_common_verf()
1490 *authp = rpc_autherr_badverf; in svcauth_gss_accept()
/Linux-v5.4/include/linux/sunrpc/
Dxdr.h114 #define rpc_autherr_badverf cpu_to_be32(RPC_AUTH_BADVERF) macro