Searched refs:m_ack_seq (Results 1 – 2 of 2) sorted by relevance
82 * m_ack_seq is set to the sequence number of the last byte of in rds_tcp_xmit() 86 rm->m_ack_seq = tc->t_last_sent_nxt + in rds_tcp_xmit() 91 tc->t_last_expected_una = rm->m_ack_seq + 1; in rds_tcp_xmit() 98 (unsigned long long)rm->m_ack_seq); in rds_tcp_xmit() 166 * rm->m_ack_seq is set to the tcp sequence number that corresponds to the168 * entire message has been received if rm->m_ack_seq is "before" the next176 return (__s32)((u32)rm->m_ack_seq - (u32)ack) < 0; in rds_tcp_is_acked()
349 * m_ack_seq is an optional field set by transports who need a different405 u64 m_ack_seq; member