Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dtcp.h337 u32 pushed_seq; /* Last pushed seq, required to talk to windows */ member
/linux-6.3-rc2/net/ipv4/
A Dtcp_minisocks.c534 WRITE_ONCE(newtp->write_seq, newtp->pushed_seq = treq->snt_isn + 1); in tcp_create_openreq_child()
A Dtcp_output.c3873 tp->pushed_seq = tp->write_seq; in tcp_connect()
3877 tp->pushed_seq = TCP_SKB_CB(buff)->seq; in tcp_connect()
4050 if (before(tp->pushed_seq, TCP_SKB_CB(skb)->end_seq)) in tcp_write_wakeup()
4051 tp->pushed_seq = TCP_SKB_CB(skb)->end_seq; in tcp_write_wakeup()
A Dtcp.c648 tp->pushed_seq = tp->write_seq; in tcp_mark_push()
653 return after(tp->write_seq, tp->pushed_seq + (tp->max_window >> 1)); in forced_push()
/linux-6.3-rc2/drivers/net/ethernet/chelsio/inline_crypto/chtls/
A Dchtls_cm.c1465 tp->pushed_seq = snd_isn; in make_established()

Completed in 24 milliseconds