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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dtcp_send.c139 * m_ack_seq is set to the sequence number of the last byte of
143 rm->m_ack_seq = tc->t_last_sent_nxt +
148 tc->t_last_expected_una = rm->m_ack_seq + 1;
152 (unsigned long long)rm->m_ack_seq);
208 * rm->m_ack_seq is set to the tcp sequence number that corresponds to the
210 * entire message has been received if rm->m_ack_seq is "before" the next
218 return (__s32)((u32)rm->m_ack_seq - (u32)ack) < 0;
H A Drds.h225 * m_ack_seq is an optional field set by transports who need a different
244 u64 m_ack_seq; member in struct:rds_message

Completed in 58 milliseconds