Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/sunrpc/
Dmsg_prot.h11 #define RPC_VERSION 2 macro
/Linux-v6.6/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.c2639 *p++ = cpu_to_be32(RPC_VERSION); in rpc_encode_header()