Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/sunrpc/
Dmsg_prot.h11 #define RPC_VERSION 2 macro
/linux-6.12.1/net/sunrpc/
Dsvc.c1345 if (*p++ != cpu_to_be32(RPC_VERSION)) in svc_process_common()
1466 xdr_stream_encode_u32(xdr, RPC_VERSION); in svc_process_common()
1467 xdr_stream_encode_u32(xdr, RPC_VERSION); in svc_process_common()
Dclnt.c2652 *p++ = cpu_to_be32(RPC_VERSION); in rpc_encode_header()