Searched refs:tcp_copied (Results 1 – 2 of 2) sorted by relevance
816 xprt->tcp_copied = 0; in tcp_check_recm()839 xprt->tcp_copied = 4; in tcp_read_xid()873 xdr_partial_copy_from_skb(rcvbuf, xprt->tcp_copied, in tcp_read_request()878 xdr_partial_copy_from_skb(rcvbuf, xprt->tcp_copied, in tcp_read_request()880 xprt->tcp_copied += len; in tcp_read_request()883 if (xprt->tcp_copied == req->rq_private_buf.len) in tcp_read_request()893 xprt_complete_rqst(xprt, req, xprt->tcp_copied); in tcp_read_request()995 xprt->tcp_copied = 0; in tcp_state_change()
163 unsigned long tcp_copied, /* copied to request */ member