Lines Matching refs:snd_nxt
70 WRITE_ONCE(tp->snd_nxt, TCP_SKB_CB(skb)->end_seq); in tcp_event_new_data_sent()
94 if (!before(tcp_wnd_end(tp), tp->snd_nxt) || in tcp_acceptable_seq()
96 ((tp->snd_nxt - tcp_wnd_end(tp)) < (1 << tp->rx_opt.rcv_wscale)))) in tcp_acceptable_seq()
97 return tp->snd_nxt; in tcp_acceptable_seq()
369 !before(TCP_SKB_CB(skb)->seq, tp->snd_nxt)) { in tcp_ecn_send()
1115 } else if (after(tcb->seq + 0xFFFF, tp->snd_nxt)) { in __tcp_transmit_skb()
1152 if (after(tcb->end_seq, tp->snd_nxt) || tcb->seq == tcb->end_seq) in __tcp_transmit_skb()
1373 if (!before(tp->snd_nxt, TCP_SKB_CB(buff)->end_seq)) { in tcp_fragment()
1649 tp->max_packets_seq = tp->snd_nxt; in tcp_cwnd_validate()
1685 !after(tp->snd_sml, tp->snd_nxt); in tcp_minshall_check()
2132 if (tp->write_seq - tp->snd_nxt < size_needed) in tcp_mtu_probe()
2137 if (after(tp->snd_nxt + size_needed, tcp_wnd_end(tp))) in tcp_mtu_probe()
2592 tp->tlp_high_seq = tp->snd_nxt; in tcp_send_loss_probe()
3145 WRITE_ONCE(tp->snd_nxt, tp->snd_nxt + 1); in tcp_send_fin()
3429 WRITE_ONCE(tp->snd_nxt, tp->write_seq); in tcp_connect_init()
3589 WRITE_ONCE(tp->snd_nxt, tp->write_seq); in tcp_connect()
3593 WRITE_ONCE(tp->snd_nxt, TCP_SKB_CB(buff)->seq); in tcp_connect()