Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dtcp.h302 u32 pushed_seq; /* Last pushed seq, required to talk to windows */ member
/Linux-v4.19/net/ipv4/
Dtcp_minisocks.c510 newtp->write_seq = newtp->pushed_seq = treq->snt_isn + 1; in tcp_create_openreq_child()
Dtcp_output.c3499 tp->pushed_seq = tp->write_seq; in tcp_connect()
3503 tp->pushed_seq = TCP_SKB_CB(buff)->seq; in tcp_connect()
3672 if (before(tp->pushed_seq, TCP_SKB_CB(skb)->end_seq)) in tcp_write_wakeup()
3673 tp->pushed_seq = TCP_SKB_CB(skb)->end_seq; in tcp_write_wakeup()
Dtcp.c652 tp->pushed_seq = tp->write_seq; in tcp_mark_push()
657 return after(tp->write_seq, tp->pushed_seq + (tp->max_window >> 1)); in forced_push()
/Linux-v4.19/drivers/crypto/chelsio/chtls/
Dchtls_cm.c1275 tp->pushed_seq = snd_isn; in make_established()