Searched refs:pushed_seq (Results 1 – 6 of 6) sorted by relevance
111 u32 pushed_seq read_write - tcp_m…
265 u32 pushed_seq; /* Last pushed seq, required to talk to windows */ member
557 WRITE_ONCE(newtp->write_seq, newtp->pushed_seq = treq->snt_isn + 1); in tcp_create_openreq_child()
4151 tp->pushed_seq = tp->write_seq; in tcp_connect()4155 tp->pushed_seq = TCP_SKB_CB(buff)->seq; in tcp_connect()4335 if (before(tp->pushed_seq, TCP_SKB_CB(skb)->end_seq)) in tcp_write_wakeup()4336 tp->pushed_seq = TCP_SKB_CB(skb)->end_seq; in tcp_write_wakeup()
667 tp->pushed_seq = tp->write_seq; in tcp_mark_push()672 return after(tp->write_seq, tp->pushed_seq + (tp->max_window >> 1)); in forced_push()5004 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_tx, pushed_seq); in tcp_struct_check()
1465 tp->pushed_seq = snd_isn; in make_established()
Completed in 29 milliseconds