Home
last modified time | relevance | path

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

/linux-6.15/Documentation/networking/net_cachelines/
H A Dtcp_sock.rst91 u32 snd_up read_write read_mostly tcp_m…
/linux-6.15/include/linux/
H A Dtcp.h298 u32 snd_up; /* Urgent pointer */ member
/linux-6.15/net/ipv4/
H A Dtcp_output.c422 return tp->snd_una != tp->snd_up; in tcp_urg_mode()
1404 if (unlikely(tcp_urg_mode(tp) && before(tcb->seq, tp->snd_up))) { in __tcp_transmit_skb()
1405 if (before(tp->snd_up, tcb->seq + 0x10000)) { in __tcp_transmit_skb()
1406 th->urg_ptr = htons(tp->snd_up - tcb->seq); in __tcp_transmit_skb()
3942 tp->snd_up = tp->write_seq; in tcp_connect_init()
4370 if (between(tp->snd_up, tp->snd_una + 1, tp->snd_una + 0xFFFF)) in tcp_write_wakeup()
H A Dtcp_minisocks.c552 newtp->snd_up = seq; in tcp_create_openreq_child()
H A Dtcp.c704 tp->snd_up = tp->write_seq; in tcp_mark_urg()
5086 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_txrx, snd_up); in tcp_struct_check()
H A Dtcp_input.c3452 if (likely(between(tp->snd_up, prior_snd_una, tp->snd_una))) in tcp_clean_rtx_queue()
3453 tp->snd_up = tp->snd_una; in tcp_clean_rtx_queue()
/linux-6.15/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c717 tp->snd_up = tp->write_seq; in mark_urg()