Lines Matching refs:write_seq
1511 WRITE_ONCE(tp->write_seq, TCP_SKB_CB(skb)->end_seq); in tcp_queue_skb()
2483 if (tp->write_seq - tp->snd_nxt < size_needed) in tcp_mtu_probe()
3606 tp->write_seq++; in tcp_send_fin()
3628 tcp_init_nondata_skb(skb, tp->write_seq, in tcp_send_fin()
3945 tp->snd_una = tp->write_seq; in tcp_connect_init()
3946 tp->snd_sml = tp->write_seq; in tcp_connect_init()
3947 tp->snd_up = tp->write_seq; in tcp_connect_init()
3948 WRITE_ONCE(tp->snd_nxt, tp->write_seq); in tcp_connect_init()
3971 WRITE_ONCE(tp->write_seq, tcb->end_seq); in tcp_connect_queue_skb()
4151 tcp_init_nondata_skb(buff, tp->write_seq, TCPHDR_SYN); in tcp_connect()
4167 WRITE_ONCE(tp->snd_nxt, tp->write_seq); in tcp_connect()
4168 tp->pushed_seq = tp->write_seq; in tcp_connect()