Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtcp.h263 u32 pushed_seq; /* Last pushed seq, required to talk to windows */ member
/linux-4.4.14/net/ipv4/
Dtcp_minisocks.c498 newtp->write_seq = newtp->pushed_seq = treq->snt_isn + 1; in tcp_create_openreq_child()
Dtcp_output.c3274 tp->pushed_seq = tp->write_seq; in tcp_connect()
3441 if (before(tp->pushed_seq, TCP_SKB_CB(skb)->end_seq)) in tcp_write_wakeup()
3442 tp->pushed_seq = TCP_SKB_CB(skb)->end_seq; in tcp_write_wakeup()
Dtcp.c608 tp->pushed_seq = tp->write_seq; in tcp_mark_push()
613 return after(tp->write_seq, tp->pushed_seq + (tp->max_window >> 1)); in forced_push()