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()
371 !before(TCP_SKB_CB(skb)->seq, tp->snd_nxt)) { in tcp_ecn_send()
1343 } else if (after(tcb->seq + 0xFFFF, tp->snd_nxt)) { in __tcp_transmit_skb()
1385 if (after(tcb->end_seq, tp->snd_nxt) || tcb->seq == tcb->end_seq) in __tcp_transmit_skb()
1608 if (!before(tp->snd_nxt, TCP_SKB_CB(buff)->end_seq)) { in tcp_fragment()
1892 tp->cwnd_usage_seq = tp->snd_nxt; in tcp_cwnd_validate()
1927 !after(tp->snd_sml, tp->snd_nxt); in tcp_minshall_check()
2374 if (tp->write_seq - tp->snd_nxt < size_needed) in tcp_mtu_probe()
2379 if (after(tp->snd_nxt + size_needed, tcp_wnd_end(tp))) in tcp_mtu_probe()
2847 tp->tlp_high_seq = tp->snd_nxt; in tcp_send_loss_probe()
3421 WRITE_ONCE(tp->snd_nxt, tp->snd_nxt + 1); in tcp_send_fin()
3714 WRITE_ONCE(tp->snd_nxt, tp->write_seq); in tcp_connect_init()
3877 WRITE_ONCE(tp->snd_nxt, tp->write_seq); in tcp_connect()
3881 WRITE_ONCE(tp->snd_nxt, TCP_SKB_CB(buff)->seq); in tcp_connect()