Lines Matching refs:high_seq
1382 if (!after(end_seq, tp->high_seq)) in tcp_sacktag_one()
2137 !after(tp->high_seq, tp->snd_una) || in tcp_enter_loss()
2157 tp->high_seq = tp->snd_nxt; in tcp_enter_loss()
2524 if (tp->snd_una == tp->high_seq && tcp_is_reno(tp)) { in tcp_try_undo_recovery()
2589 tp->high_seq = tp->snd_nxt; in tcp_init_cwnd_reduction()
2665 tp->high_seq = tp->snd_nxt; in tcp_try_keep_open()
2762 tp->high_seq = tp->snd_nxt; in tcp_simple_retransmit()
2802 bool recovered = !before(tp->snd_una, tp->high_seq); in tcp_process_loss()
2816 if (after(tp->snd_nxt, tp->high_seq)) { in tcp_process_loss()
2820 tp->high_seq = tp->snd_nxt; in tcp_process_loss()
2843 if (after(tp->snd_nxt, tp->high_seq) && num_dupack) in tcp_process_loss()
2954 } else if (!before(tp->snd_una, tp->high_seq)) { in tcp_fastretrans_alert()
2959 if (tp->snd_una != tp->high_seq) { in tcp_fastretrans_alert()
3263 if (!after(scb->end_seq, tp->high_seq)) in tcp_clean_rtx_queue()
3705 if (after(tp->snd_nxt, tp->high_seq)) in tcp_xmit_recovery()