Lines Matching refs:snd_nxt
73 WRITE_ONCE(tp->snd_nxt, TCP_SKB_CB(skb)->end_seq);
101 if (!before(tcp_wnd_end(tp), tp->snd_nxt) ||
103 ((tp->snd_nxt - tcp_wnd_end(tp)) < (1 << tp->rx_opt.rcv_wscale))))
104 return tp->snd_nxt;
372 !before(TCP_SKB_CB(skb)->seq, tp->snd_nxt)) {
1344 } else if (after(tcb->seq + 0xFFFF, tp->snd_nxt)) {
1386 if (after(tcb->end_seq, tp->snd_nxt) || tcb->seq == tcb->end_seq)
1609 if (!before(tp->snd_nxt, TCP_SKB_CB(buff)->end_seq)) {
1893 tp->cwnd_usage_seq = tp->snd_nxt;
1928 !after(tp->snd_sml, tp->snd_nxt);
2375 if (tp->write_seq - tp->snd_nxt < size_needed)
2380 if (after(tp->snd_nxt + size_needed, tcp_wnd_end(tp)))
2860 /* Record snd_nxt for loss detection. */
2861 tp->tlp_high_seq = tp->snd_nxt;
3437 * We need to set tp->snd_nxt to the value it would have
3439 * does not change tp->snd_nxt.
3441 WRITE_ONCE(tp->snd_nxt, tp->snd_nxt + 1);
3739 WRITE_ONCE(tp->snd_nxt, tp->write_seq);
3899 /* We change tp->snd_nxt after the tcp_transmit_skb() call
3902 WRITE_ONCE(tp->snd_nxt, tp->write_seq);
3906 WRITE_ONCE(tp->snd_nxt, TCP_SKB_CB(buff)->seq);