Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sunrpc/
H A Dmsg_prot.h11 #define RPC_VERSION 2 macro
/openbmc/linux/net/sunrpc/
H A Dsvc.c1320 if (*p++ != cpu_to_be32(RPC_VERSION)) in svc_process_common()
1441 xdr_stream_encode_u32(xdr, RPC_VERSION); in svc_process_common()
1442 xdr_stream_encode_u32(xdr, RPC_VERSION); in svc_process_common()
H A Dclnt.c2647 *p++ = cpu_to_be32(RPC_VERSION); in rpc_encode_header()