Home
last modified time | relevance | path

Searched refs:rpc_auth_null (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/net/sunrpc/
Dauth_null.c71 *p++ = rpc_auth_null; in nul_marshal()
74 *p++ = rpc_auth_null; in nul_marshal()
97 if (*p++ != rpc_auth_null) in nul_validate()
Dauth_unix.c145 *p++ = rpc_auth_null; in unx_marshal()
175 case rpc_auth_null: in unx_validate()
/kernel/linux/linux-5.10/include/linux/sunrpc/
Dxdr.h87 #define rpc_auth_null cpu_to_be32(RPC_AUTH_NULL) macro