Lines Matching refs:high_seq
1607 if (!after(end_seq, tp->high_seq)) in tcp_sacktag_one()
2361 !after(tp->high_seq, tp->snd_una) || in tcp_enter_loss()
2383 tp->high_seq = tp->snd_nxt; in tcp_enter_loss()
2557 if (!tcp_is_sack(tp) && !before(tp->snd_una, tp->high_seq)) in tcp_packet_delayed()
2676 if (tp->snd_una == tp->high_seq && tcp_is_reno(tp)) { in tcp_is_non_sack_preventing_reopen()
2770 tp->high_seq = tp->snd_nxt; in tcp_init_cwnd_reduction()
2848 tp->high_seq = tp->snd_nxt; in tcp_try_keep_open()
2917 tp->high_seq = tp->snd_nxt; in tcp_non_congestion_loss_retransmit()
3014 bool recovered = !before(tp->snd_una, tp->high_seq); in tcp_process_loss()
3028 if (after(tp->snd_nxt, tp->high_seq)) { in tcp_process_loss()
3032 tp->high_seq = tp->snd_nxt; in tcp_process_loss()
3055 if (after(tp->snd_nxt, tp->high_seq) && num_dupack) in tcp_process_loss()
3152 } else if (!before(tp->snd_una, tp->high_seq)) { in tcp_fastretrans_alert()
3157 if (tp->snd_una != tp->high_seq) { in tcp_fastretrans_alert()
3450 if (!after(scb->end_seq, tp->high_seq)) in tcp_clean_rtx_queue()
3971 if (after(tp->snd_nxt, tp->high_seq)) in tcp_xmit_recovery()