Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/sunrpc/
Dmsg_prot.h104 #define RPC_LAST_STREAM_FRAGMENT (1U << 31) macro
105 #define RPC_FRAGMENT_SIZE_MASK (~RPC_LAST_STREAM_FRAGMENT)
/linux-3.4.99/net/sunrpc/
Dxprtsock.c545 *base = cpu_to_be32(RPC_LAST_STREAM_FRAGMENT | reclen); in xs_encode_stream_record_marker()
1070 if (transport->tcp_reclen & RPC_LAST_STREAM_FRAGMENT) in xs_tcp_read_fraghdr()
Dsvcsock.c1009 if (!(svsk->sk_reclen & RPC_LAST_STREAM_FRAGMENT)) { in svc_tcp_recv_record()