Home
last modified time | relevance | path

Searched refs:tcp_copied (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/net/sunrpc/
Dxprt.c816 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()
/linux-2.4.37.9/include/linux/sunrpc/
Dxprt.h163 unsigned long tcp_copied, /* copied to request */ member