Lines Matching refs:snd_nxt
71 WRITE_ONCE(tp->snd_nxt, TCP_SKB_CB(skb)->end_seq); in tcp_event_new_data_sent()
99 if (!before(tcp_wnd_end(tp), tp->snd_nxt) || in tcp_acceptable_seq()
101 ((tp->snd_nxt - tcp_wnd_end(tp)) < (1 << tp->rx_opt.rcv_wscale)))) in tcp_acceptable_seq()
102 return tp->snd_nxt; in tcp_acceptable_seq()
370 !before(TCP_SKB_CB(skb)->seq, tp->snd_nxt)) { in tcp_ecn_send()
1340 } else if (after(tcb->seq + 0xFFFF, tp->snd_nxt)) { in __tcp_transmit_skb()
1384 if (after(tcb->end_seq, tp->snd_nxt) || tcb->seq == tcb->end_seq) in __tcp_transmit_skb()
1609 if (!before(tp->snd_nxt, TCP_SKB_CB(buff)->end_seq)) { in tcp_fragment()
1893 tp->max_packets_seq= tp->snd_nxt; in tcp_cwnd_validate()
1928 !after(tp->snd_sml, tp->snd_nxt); in tcp_minshall_check()
2376 if (tp->write_seq - tp->snd_nxt < size_needed) in tcp_mtu_probe()
2381 if (after(tp->snd_nxt + size_needed, tcp_wnd_end(tp))) in tcp_mtu_probe()
2867 tp->tlp_high_seq = tp->snd_nxt; in tcp_send_loss_probe()
3440 WRITE_ONCE(tp->snd_nxt, tp->snd_nxt + 1); in tcp_send_fin()
3733 WRITE_ONCE(tp->snd_nxt, tp->write_seq); in tcp_connect_init()
3896 WRITE_ONCE(tp->snd_nxt, tp->write_seq); in tcp_connect()
3900 WRITE_ONCE(tp->snd_nxt, TCP_SKB_CB(buff)->seq); in tcp_connect()