Home
last modified time | relevance | path

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

/linux/net/rds/
H A Dtcp_send.c82 * 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 the
168 * entire message has been received if rm->m_ack_seq is "before" the next
176 return (__s32)((u32)rm->m_ack_seq - (u32)ack) < 0; in rds_tcp_is_acked()
H A Drds.h349 * m_ack_seq is an optional field set by transports who need a different
405 u64 m_ack_seq; member