Home
last modified time | relevance | path

Searched refs:tcp_tx_delay (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/Documentation/networking/net_cachelines/
Dtcp_sock.rst72 u32 tcp_tx_delay
/linux-6.15/include/linux/
Dtcp.h391 u32 tcp_tx_delay; /* delay (in usec) added to TX packets */ member
/linux-6.15/net/ipv4/
Dtcp_minisocks.c332 tcptw->tw_tx_delay = tp->tcp_tx_delay; in tcp_time_wait()
Dtcp_output.c2628 tcp_sk(sk)->tcp_tx_delay) { in tcp_small_queue_check()
2630 tcp_sk(sk)->tcp_tx_delay; in tcp_small_queue_check()
Dtcp.c4059 WRITE_ONCE(tp->tcp_tx_delay, val); in do_tcp_setsockopt()
4550 val = READ_ONCE(tp->tcp_tx_delay); in do_tcp_getsockopt()
/linux-6.15/include/net/
Dtcp.h2829 skb->skb_mstamp_ns += (u64)tp->tcp_tx_delay * NSEC_PER_USEC; in tcp_add_tx_delay()
2839 tcp_twsk(sk)->tw_tx_delay : tcp_sk(sk)->tcp_tx_delay; in tcp_transmit_time()