Lines Matching refs:high_seq
1350 if (!after(end_seq, tp->high_seq)) in tcp_sacktag_one()
2105 !after(tp->high_seq, tp->snd_una) || in tcp_enter_loss()
2125 tp->high_seq = tp->snd_nxt; in tcp_enter_loss()
2492 if (tp->snd_una == tp->high_seq && tcp_is_reno(tp)) { in tcp_try_undo_recovery()
2557 tp->high_seq = tp->snd_nxt; in tcp_init_cwnd_reduction()
2634 tp->high_seq = tp->snd_nxt; in tcp_try_keep_open()
2716 tp->high_seq = tp->snd_nxt; in tcp_simple_retransmit()
2756 bool recovered = !before(tp->snd_una, tp->high_seq); in tcp_process_loss()
2770 if (after(tp->snd_nxt, tp->high_seq)) { in tcp_process_loss()
2774 tp->high_seq = tp->snd_nxt; in tcp_process_loss()
2797 if (after(tp->snd_nxt, tp->high_seq) && num_dupack) in tcp_process_loss()
2904 } else if (!before(tp->snd_una, tp->high_seq)) { in tcp_fastretrans_alert()
2909 if (tp->snd_una != tp->high_seq) { in tcp_fastretrans_alert()
3209 if (!after(scb->end_seq, tp->high_seq)) in tcp_clean_rtx_queue()
3650 if (after(tp->snd_nxt, tp->high_seq)) in tcp_xmit_recovery()