Lines Matching refs:high_seq
1373 if (!after(end_seq, tp->high_seq)) in tcp_sacktag_one()
2132 !after(tp->high_seq, tp->snd_una) || in tcp_enter_loss()
2154 tp->high_seq = tp->snd_nxt; in tcp_enter_loss()
2504 if (tp->snd_una == tp->high_seq && tcp_is_reno(tp)) { in tcp_is_non_sack_preventing_reopen()
2598 tp->high_seq = tp->snd_nxt; in tcp_init_cwnd_reduction()
2675 tp->high_seq = tp->snd_nxt; in tcp_try_keep_open()
2760 tp->high_seq = tp->snd_nxt; in tcp_simple_retransmit()
2800 bool recovered = !before(tp->snd_una, tp->high_seq); in tcp_process_loss()
2814 if (after(tp->snd_nxt, tp->high_seq)) { in tcp_process_loss()
2818 tp->high_seq = tp->snd_nxt; in tcp_process_loss()
2841 if (after(tp->snd_nxt, tp->high_seq) && num_dupack) in tcp_process_loss()
2952 } else if (!before(tp->snd_una, tp->high_seq)) { in tcp_fastretrans_alert()
2957 if (tp->snd_una != tp->high_seq) { in tcp_fastretrans_alert()
3261 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()