Lines Matching refs:write_seq
1051 tp->write_seq = TCP_SKB_CB(skb)->end_seq; in tcp_queue_skb()
1927 if (tp->write_seq - tp->snd_nxt < size_needed) in tcp_mtu_probe()
2848 tp->write_seq++; in tcp_send_fin()
2869 tcp_init_nondata_skb(skb, tp->write_seq, in tcp_send_fin()
3104 tp->snd_una = tp->write_seq; in tcp_connect_init()
3105 tp->snd_sml = tp->write_seq; in tcp_connect_init()
3106 tp->snd_up = tp->write_seq; in tcp_connect_init()
3107 tp->snd_nxt = tp->write_seq; in tcp_connect_init()
3131 tp->write_seq = tcb->end_seq; in tcp_connect_queue_skb()
3250 tcp_init_nondata_skb(buff, tp->write_seq++, TCPHDR_SYN); in tcp_connect()
3264 tp->snd_nxt = tp->write_seq; in tcp_connect()
3265 tp->pushed_seq = tp->write_seq; in tcp_connect()