Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/sunrpc/
Dmsg_prot.h11 #define RPC_VERSION 2 macro
/linux-6.6.21/net/sunrpc/
Dsvc.c1319 if (*p++ != cpu_to_be32(RPC_VERSION)) in svc_process_common()
1438 xdr_stream_encode_u32(xdr, RPC_VERSION); in svc_process_common()
1439 xdr_stream_encode_u32(xdr, RPC_VERSION); in svc_process_common()
Dclnt.c2642 *p++ = cpu_to_be32(RPC_VERSION); in rpc_encode_header()