RPC_LAST_STREAM_FRAGMENT  106 include/linux/sunrpc/msg_prot.h #define	RPC_FRAGMENT_SIZE_MASK		(~RPC_LAST_STREAM_FRAGMENT)
RPC_LAST_STREAM_FRAGMENT   49 include/linux/sunrpc/svcsock.h 	return ntohl(svsk->sk_reclen) & RPC_LAST_STREAM_FRAGMENT;
RPC_LAST_STREAM_FRAGMENT  482 net/sunrpc/xprtsock.c 	return transport->recv.fraghdr & cpu_to_be32(RPC_LAST_STREAM_FRAGMENT);
RPC_LAST_STREAM_FRAGMENT  940 net/sunrpc/xprtsock.c 	return cpu_to_be32(RPC_LAST_STREAM_FRAGMENT | (u32)xdr->len);
RPC_LAST_STREAM_FRAGMENT 2655 net/sunrpc/xprtsock.c 	rpc_fraghdr marker = cpu_to_be32(RPC_LAST_STREAM_FRAGMENT |