Lines Matching refs:high_seq
1197 if (!after(end_seq, tp->high_seq)) in tcp_sacktag_one()
1882 !after(tp->high_seq, tp->snd_una) || in tcp_enter_loss()
1930 tp->high_seq = tp->snd_nxt; in tcp_enter_loss()
2171 const u32 loss_high = tcp_is_sack(tp) ? tp->snd_nxt : tp->high_seq; in tcp_mark_head_lost()
2401 if (tp->snd_una == tp->high_seq && tcp_is_reno(tp)) { in tcp_try_undo_recovery()
2462 tp->high_seq = tp->snd_nxt; in tcp_init_cwnd_reduction()
2538 tp->high_seq = tp->snd_nxt; in tcp_try_keep_open()
2631 tp->high_seq = tp->snd_nxt; in tcp_simple_retransmit()
2670 bool recovered = !before(tp->snd_una, tp->high_seq); in tcp_process_loss()
2684 if (after(tp->snd_nxt, tp->high_seq)) { in tcp_process_loss()
2688 tp->high_seq = tp->snd_nxt; in tcp_process_loss()
2691 if (after(tp->snd_nxt, tp->high_seq)) in tcp_process_loss()
2706 if (after(tp->snd_nxt, tp->high_seq) && is_dupack) in tcp_process_loss()
2791 } else if (!before(tp->snd_una, tp->high_seq)) { in tcp_fastretrans_alert()
2796 if (tp->snd_una != tp->high_seq) { in tcp_fastretrans_alert()
3152 if (!after(scb->end_seq, tp->high_seq)) in tcp_clean_rtx_queue()