Lines Matching refs:snd_max
137 SEQ_GT(tp->snd_max, tp->snd_una) && /* initial SYN or SYN|ACK sent */ in tcp_output()
147 idle = (tp->t_flags & TF_LASTIDLE) || (tp->snd_max == tp->snd_una); in tcp_output()
170 SEQ_LT(tp->snd_nxt, tp->snd_max)) in tcp_output()
531 if (SEQ_LT(tp->snd_nxt, tp->snd_max)) /* retransmit case */ in tcp_output()
655 SEQ_GT(tp->snd_max, tp->snd_una) && in tcp_output()
871 else if (SEQ_LT(tp->snd_nxt, tp->snd_max) || sack_rxmit) { in tcp_output()
1034 tp->snd_nxt == tp->snd_max) in tcp_output()
1069 if (len > 0 && SEQ_GEQ(tp->snd_nxt, tp->snd_max) && in tcp_output()
1108 th->th_seq = htonl(tp->snd_max); in tcp_output()
1122 if (len > 0 && !tcp_timer_active(tp, TT_PERSIST) && SEQ_LT(ntohl(th->th_seq), tp->snd_max)) { in tcp_output()
1240 if (SEQ_GT(tp->snd_nxt, tp->snd_max)) { in tcp_output()
1241 tp->snd_max = tp->snd_nxt; in tcp_output()
1262 ((sack_rxmit && tp->snd_nxt != tp->snd_max) || in tcp_output()
1310 if (SEQ_GT(tp->snd_nxt + xlen, tp->snd_max)) in tcp_output()
1311 tp->snd_max = tp->snd_nxt + len; in tcp_output()