Lines Matching refs:snd_max
229 tp->snd_recover = tp->snd_max; in cc_cong_signal()
236 tp->snd_recover = tp->snd_max; in cc_cong_signal()
275 tp->snd_nxt = tp->snd_max; in cc_cong_signal()
840 tp->snd_max = tp->iss/* + 1*/; in tcp_input()
950 tp->snd_max = tp->iss; in tcp_input()
1213 tp->snd_nxt == tp->snd_max && in tcp_do_segment()
1234 SEQ_LEQ(th->th_ack, tp->snd_max) && in tcp_do_segment()
1319 if (tp->snd_una == tp->snd_max) in tcp_do_segment()
1496 SEQ_GT(th->th_ack, tp->snd_max))) { in tcp_do_segment()
1544 SEQ_GT(th->th_ack, tp->snd_max))) { in tcp_do_segment()
1579 (tp->snd_una != tp->snd_max)) { in tcp_do_segment()
2053 if (SEQ_GT(th->th_ack, tp->snd_max)) { in tcp_do_segment()
2206 oldsndmax = tp->snd_max; in tcp_do_segment()
2235 sent = tp->snd_max - oldsndmax; in tcp_do_segment()
2346 if (th->th_ack == tp->snd_max) { in tcp_do_segment()
2751 SEQ_GT(th->th_ack, tp->snd_max)) ) { in tcp_do_segment()