Lines Matching refs:snd_nxt
79 tp->snd_nxt = TCP_SKB_CB(skb)->end_seq; in tcp_event_new_data_sent()
101 if (!before(tcp_wnd_end(tp), tp->snd_nxt)) in tcp_acceptable_seq()
102 return tp->snd_nxt; in tcp_acceptable_seq()
377 !before(TCP_SKB_CB(skb)->seq, tp->snd_nxt)) { in tcp_ecn_send()
984 } else if (after(tcb->seq + 0xFFFF, tp->snd_nxt)) { in tcp_transmit_skb()
1012 if (after(tcb->end_seq, tp->snd_nxt) || tcb->seq == tcb->end_seq) in tcp_transmit_skb()
1204 if (!before(tp->snd_nxt, TCP_SKB_CB(buff)->end_seq)) { in tcp_fragment()
1474 tp->max_packets_seq = tp->snd_nxt; in tcp_cwnd_validate()
1497 !after(tp->snd_sml, tp->snd_nxt); in tcp_minshall_check()
1915 if (tp->write_seq - tp->snd_nxt < size_needed) in tcp_mtu_probe()
1920 if (after(tp->snd_nxt + size_needed, tcp_wnd_end(tp))) in tcp_mtu_probe()
2274 tp->tlp_high_seq = tp->snd_nxt; in tcp_send_loss_probe()
2852 tp->snd_nxt++; in tcp_send_fin()
3116 tp->snd_nxt = tp->write_seq; in tcp_connect_init()
3273 tp->snd_nxt = tp->write_seq; in tcp_connect()