Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
H A Dmsg_prot.h108 #define RPC_LAST_STREAM_FRAGMENT (1U << 31) macro
109 #define RPC_FRAGMENT_SIZE_MASK (~RPC_LAST_STREAM_FRAGMENT)
/linux/net/sunrpc/
H A Dxprtsock.c562 return transport->recv.fraghdr & cpu_to_be32(RPC_LAST_STREAM_FRAGMENT); in xs_read_stream_request_done()
935 return cpu_to_be32(RPC_LAST_STREAM_FRAGMENT | (u32)xdr->len); in xs_stream_record_marker()
2990 rpc_fraghdr marker = cpu_to_be32(RPC_LAST_STREAM_FRAGMENT | in bc_sendto()
H A Dsvcsock.c1278 rpc_fraghdr marker = cpu_to_be32(RPC_LAST_STREAM_FRAGMENT | in svc_tcp_sendto()