Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dtcp.h307 u32 pushed_seq; /* Last pushed seq, required to talk to windows */ member
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
Dtcp_nip_output.c650 tp->pushed_seq = tp->write_seq; in __tcp_nip_connect()
1304 if (before(tp->pushed_seq, TCP_SKB_CB(skb)->end_seq)) in tcp_nip_write_wakeup()
1305 tp->pushed_seq = TCP_SKB_CB(skb)->end_seq; in tcp_nip_write_wakeup()
Dtcp_nip_input.c1047 newtp->pushed_seq = treq->snt_isn + 1; in tcp_nip_create_openreq_child()
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_minisocks.c503 WRITE_ONCE(newtp->write_seq, newtp->pushed_seq = treq->snt_isn + 1); in tcp_create_openreq_child()
Dtcp_output.c3878 tp->pushed_seq = tp->write_seq; in tcp_connect()
3882 tp->pushed_seq = TCP_SKB_CB(buff)->seq; in tcp_connect()
4055 if (before(tp->pushed_seq, TCP_SKB_CB(skb)->end_seq)) in tcp_write_wakeup()
4056 tp->pushed_seq = TCP_SKB_CB(skb)->end_seq; in tcp_write_wakeup()
Dtcp.c654 tp->pushed_seq = tp->write_seq; in tcp_mark_push()
659 return after(tp->write_seq, tp->pushed_seq + (tp->max_window >> 1)); in forced_push()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_cm.c1465 tp->pushed_seq = snd_isn; in make_established()