Lines Matching refs:snd_max
241 SEQ_GT(tp->snd_max, tp->snd_una) && /* SYN or SYN|ACK sent */ in tcp_default_output()
251 idle = (tp->t_flags & TF_LASTIDLE) || (tp->snd_max == tp->snd_una); in tcp_default_output()
295 (SEQ_LT(tp->snd_nxt, tp->snd_max) && (tp->t_dupacks >= tcprexmtthresh))) && in tcp_default_output()
416 if ((sack_bytes_rxmt == 0) || SEQ_LT(tp->snd_nxt, tp->snd_max)) { in tcp_default_output()
624 if (SEQ_LT(tp->snd_nxt, tp->snd_max)) /* retransmit case */ in tcp_default_output()
722 SEQ_GT(tp->snd_max, tp->snd_una) && in tcp_default_output()
1030 if (SEQ_LT(tp->snd_nxt, tp->snd_max)) in tcp_default_output()
1037 } else if (SEQ_LT(tp->snd_nxt, tp->snd_max) || sack_rxmit) { in tcp_default_output()
1085 if (SEQ_LT(tp->snd_nxt, tp->snd_max)) in tcp_default_output()
1091 if (SEQ_LT(tp->snd_nxt, tp->snd_max)) in tcp_default_output()
1196 tp->snd_nxt == tp->snd_max) in tcp_default_output()
1245 th->th_seq = htonl(tp->snd_max); in tcp_default_output()
1534 tcp_account_for_send(tp, len, (tp->snd_nxt != tp->snd_max), 0, hw_tls); in tcp_default_output()
1561 if (SEQ_GT(tp->snd_nxt, tp->snd_max)) { in tcp_default_output()
1566 if (tp->snd_una == tp->snd_max) in tcp_default_output()
1568 tp->snd_max = tp->snd_nxt; in tcp_default_output()
1600 ((sack_rxmit && tp->snd_nxt != tp->snd_max) || in tcp_default_output()
1644 if (SEQ_GT(tp->snd_nxt + xlen, tp->snd_max)) in tcp_default_output()
1645 tp->snd_max = tp->snd_nxt + xlen; in tcp_default_output()