Lines Matching refs:high_seq
1249 if (!after(end_seq, tp->high_seq)) in tcp_sacktag_one()
1989 !after(tp->high_seq, tp->snd_una) || in tcp_enter_loss()
2009 tp->high_seq = tp->snd_nxt; in tcp_enter_loss()
2186 const u32 loss_high = tcp_is_sack(tp) ? tp->snd_nxt : tp->high_seq; in tcp_mark_head_lost()
2392 if (tp->snd_una == tp->high_seq && tcp_is_reno(tp)) { in tcp_try_undo_recovery()
2457 tp->high_seq = tp->snd_nxt; in tcp_init_cwnd_reduction()
2534 tp->high_seq = tp->snd_nxt; in tcp_try_keep_open()
2622 tp->high_seq = tp->snd_nxt; in tcp_simple_retransmit()
2662 bool recovered = !before(tp->snd_una, tp->high_seq); in tcp_process_loss()
2676 if (after(tp->snd_nxt, tp->high_seq)) { in tcp_process_loss()
2680 tp->high_seq = tp->snd_nxt; in tcp_process_loss()
2703 if (after(tp->snd_nxt, tp->high_seq) && is_dupack) in tcp_process_loss()
2809 } else if (!before(tp->snd_una, tp->high_seq)) { in tcp_fastretrans_alert()
2814 if (tp->snd_una != tp->high_seq) { in tcp_fastretrans_alert()
3114 if (!after(scb->end_seq, tp->high_seq)) in tcp_clean_rtx_queue()
3547 if (after(tp->snd_nxt, tp->high_seq)) in tcp_xmit_recovery()