Searched refs:SEQ_MAX (Results 1 – 3 of 3) sorted by relevance
78 #define SEQ_MAX(a, b) ((SEQ_GT(a, b)) ? (a) : (b)) macro
513 tp->snd_fack = SEQ_MAX(tp->snd_una, th_ack); in tcp_sack_doack()618 cur->rxmit = SEQ_MAX(cur->rxmit, cur->start); in tcp_sack_doack()
564 const uint32_t bytes_sent = SEQ_MAX(tp->snd_max, tp->snd_nxt) - tp->snd_una; in tcp_flight_size()