Lines Matching refs:snd_nxt
72 WRITE_ONCE(tp->snd_nxt, TCP_SKB_CB(skb)->end_seq); in tcp_event_new_data_sent()
100 if (!before(tcp_wnd_end(tp), tp->snd_nxt) || in tcp_acceptable_seq()
102 ((tp->snd_nxt - tcp_wnd_end(tp)) < (1 << tp->rx_opt.rcv_wscale)))) in tcp_acceptable_seq()
103 return tp->snd_nxt; in tcp_acceptable_seq()
388 !before(TCP_SKB_CB(skb)->seq, tp->snd_nxt)) { in tcp_ecn_send()
1361 } else if (after(tcb->seq + 0xFFFF, tp->snd_nxt)) { in __tcp_transmit_skb()
1405 if (after(tcb->end_seq, tp->snd_nxt) || tcb->seq == tcb->end_seq) in __tcp_transmit_skb()
1626 if (!before(tp->snd_nxt, TCP_SKB_CB(buff)->end_seq)) { in tcp_fragment()
1902 tp->cwnd_usage_seq = tp->snd_nxt; in tcp_cwnd_validate()
1937 !after(tp->snd_sml, tp->snd_nxt); in tcp_minshall_check()
2441 if (tp->write_seq - tp->snd_nxt < size_needed) in tcp_mtu_probe()
2446 if (after(tp->snd_nxt + size_needed, tcp_wnd_end(tp))) in tcp_mtu_probe()
2932 tp->tlp_high_seq = tp->snd_nxt; in tcp_send_loss_probe()
3540 WRITE_ONCE(tp->snd_nxt, tp->snd_nxt + 1); in tcp_send_fin()
3832 WRITE_ONCE(tp->snd_nxt, tp->write_seq); in tcp_connect_init()
4001 WRITE_ONCE(tp->snd_nxt, tp->write_seq); in tcp_connect()
4008 WRITE_ONCE(tp->snd_nxt, TCP_SKB_CB(buff)->seq); in tcp_connect()