Home
last modified time | relevance | path

Searched refs:pushed_seq (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dtcp.h275 u32 pushed_seq; /* Last pushed seq, required to talk to windows */ member
/linux/net/ipv4/
H A Dtcp_minisocks.c594 WRITE_ONCE(newtp->write_seq, newtp->pushed_seq = treq->snt_isn + 1); in tcp_create_openreq_child()
H A Dtcp_output.c4391 tp->pushed_seq = tp->write_seq; in tcp_connect()
4395 tp->pushed_seq = TCP_SKB_CB(buff)->seq; in tcp_connect()
4576 if (before(tp->pushed_seq, TCP_SKB_CB(skb)->end_seq)) in tcp_write_wakeup()
4577 tp->pushed_seq = TCP_SKB_CB(skb)->end_seq; in tcp_write_wakeup()