Lines Matching full:tcp
35 #include <net/tcp.h>
39 #include "tcp.h"
96 rdsdebug("rm %p tcp nxt %u ack_seq %llu\n", in rds_tcp_xmit()
126 rdsdebug("tcp sendpage %p:%u:%u ret %d\n", (void *)sg_page(&rm->data.op_sg[sg]), in rds_tcp_xmit()
152 pr_warn("RDS/tcp: send to %pI6c on cp [%d]" in rds_tcp_xmit()
166 * rm->m_ack_seq is set to the tcp sequence number that corresponds to the
169 * unacked byte of the TCP sequence space. We have to do very careful
197 rdsdebug("tcp una %u\n", rds_tcp_snd_una(tc)); in rds_tcp_write_space()
211 * write_space is only called when data leaves tcp's send queue if in rds_tcp_write_space()
213 * data in tcp's send queue because we use write_space to parse the in rds_tcp_write_space()
217 * tcp's write_space clears SOCK_NOSPACE if the send queue has more in rds_tcp_write_space()
219 * we call tcp's write_space or else we might only get called on the in rds_tcp_write_space()
220 * first of a series of incoming tcp acks. in rds_tcp_write_space()