Lines Matching refs:snd_nxt
905 tp->rtt_seq = tp->snd_nxt; in tcp_rtt_estimator()
916 tp->rtt_seq = tp->snd_nxt; in tcp_rtt_estimator()
1243 if (after(end_seq, tp->snd_nxt) || !before(start_seq, end_seq)) in tcp_is_sackblock_valid()
1247 if (!before(start_seq, tp->snd_nxt)) in tcp_is_sackblock_valid()
1853 state->reord = tp->snd_nxt; in tcp_sacktag_write_queue()
2206 tp->high_seq = tp->snd_nxt; in tcp_enter_loss()
2384 const u32 loss_high = tp->snd_nxt; in tcp_mark_head_lost()
2652 tp->high_seq = tp->snd_nxt; in tcp_init_cwnd_reduction()
2728 tp->high_seq = tp->snd_nxt; in tcp_try_keep_open()
2797 tp->high_seq = tp->snd_nxt; in tcp_non_congestion_loss_retransmit()
2899 if (after(tp->snd_nxt, tp->high_seq)) { in tcp_process_loss()
2903 tp->high_seq = tp->snd_nxt; in tcp_process_loss()
2909 after(tcp_wnd_end(tp), tp->snd_nxt)) { in tcp_process_loss()
2926 if (after(tp->snd_nxt, tp->high_seq) && num_dupack) in tcp_process_loss()
3302 u32 reord = tp->snd_nxt; /* lowest acked un-retx un-sacked seq */ in tcp_clean_rtx_queue()
3800 if (after(tp->snd_nxt, tp->high_seq)) in tcp_xmit_recovery()
3867 if (after(ack, tp->snd_nxt)) in tcp_ack()
5980 !after(TCP_SKB_CB(skb)->ack_seq, tp->snd_nxt)) { in tcp_rcv_established()
6298 after(TCP_SKB_CB(skb)->ack_seq, tp->snd_nxt)) { in tcp_rcv_synsent_state_process()