Searched refs:tcp_tx_delay (Results 1 – 6 of 6) sorted by relevance
71 u32 tcp_tx_delay
386 u32 tcp_tx_delay; /* delay (in usec) added to TX packets */ member
332 tcptw->tw_tx_delay = tp->tcp_tx_delay; in tcp_time_wait()
2621 tcp_sk(sk)->tcp_tx_delay) { in tcp_small_queue_check()2623 tcp_sk(sk)->tcp_tx_delay; in tcp_small_queue_check()
4025 WRITE_ONCE(tp->tcp_tx_delay, val); in do_tcp_setsockopt()4516 val = READ_ONCE(tp->tcp_tx_delay); in do_tcp_getsockopt()
2773 skb->skb_mstamp_ns += (u64)tp->tcp_tx_delay * NSEC_PER_USEC; in tcp_add_tx_delay()2783 tcp_twsk(sk)->tw_tx_delay : tcp_sk(sk)->tcp_tx_delay; in tcp_transmit_time()