Lines Matching refs:snd_nxt
733 tp->rtt_seq = tp->snd_nxt; in tcp_rtt_estimator()
742 tp->rtt_seq = tp->snd_nxt; in tcp_rtt_estimator()
998 if (after(end_seq, tp->snd_nxt) || !before(start_seq, end_seq)) in tcp_is_sackblock_valid()
1002 if (!before(start_seq, tp->snd_nxt)) in tcp_is_sackblock_valid()
1046 u32 new_low_seq = tp->snd_nxt; in tcp_mark_lost_retrans()
1981 tp->high_seq = tp->snd_nxt; in tcp_enter_loss()
2222 const u32 loss_high = tcp_is_sack(tp) ? tp->snd_nxt : tp->high_seq; in tcp_mark_head_lost()
2499 tp->high_seq = tp->snd_nxt; in tcp_init_cwnd_reduction()
2569 tp->high_seq = tp->snd_nxt; in tcp_try_keep_open()
2660 tp->high_seq = tp->snd_nxt; in tcp_simple_retransmit()
2713 if (after(tp->snd_nxt, tp->high_seq)) { in tcp_process_loss()
2717 tp->high_seq = tp->snd_nxt; in tcp_process_loss()
2720 if (after(tp->snd_nxt, tp->high_seq)) in tcp_process_loss()
2735 if (after(tp->snd_nxt, tp->high_seq) && is_dupack) in tcp_process_loss()
3497 if (after(ack, tp->snd_nxt)) in tcp_ack()
3609 SOCK_DEBUG(sk, "Ack %u after %u:%u\n", ack, tp->snd_una, tp->snd_nxt); in tcp_ack()
3623 SOCK_DEBUG(sk, "Ack %u before %u:%u\n", ack, tp->snd_una, tp->snd_nxt); in tcp_ack()
5215 !after(TCP_SKB_CB(skb)->ack_seq, tp->snd_nxt)) { in tcp_rcv_established()
5491 after(TCP_SKB_CB(skb)->ack_seq, tp->snd_nxt)) in tcp_rcv_synsent_state_process()