Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dtcp.h252 u32 tcp_tx_delay; /* delay (in usec) added to TX packets */ member
/Linux-v5.10/net/ipv4/
Dtcp_minisocks.c278 tcptw->tw_tx_delay = tp->tcp_tx_delay; in tcp_time_wait()
Dtcp_output.c2506 tcp_sk(sk)->tcp_tx_delay) { in tcp_small_queue_check()
2507 u64 extra_bytes = (u64)sk->sk_pacing_rate * tcp_sk(sk)->tcp_tx_delay; in tcp_small_queue_check()
Dtcp.c3321 tp->tcp_tx_delay = val; in do_tcp_setsockopt()
3775 val = tp->tcp_tx_delay; in do_tcp_getsockopt()
/Linux-v5.10/include/net/
Dtcp.h2359 skb->skb_mstamp_ns += (u64)tp->tcp_tx_delay * NSEC_PER_USEC; in tcp_add_tx_delay()
2369 tcp_twsk(sk)->tw_tx_delay : tcp_sk(sk)->tcp_tx_delay; in tcp_transmit_time()