Searched refs:tcp_tx_delay (Results 1 – 4 of 4) sorted by relevance
353 tcptw->tw_tx_delay = tp->tcp_tx_delay; in tcp_time_wait()
3642 s32 delta = (val - tp->tcp_tx_delay) << 3; in tcp_enable_tx_delay()4200 WRITE_ONCE(tp->tcp_tx_delay, val); in do_tcp_setsockopt()4717 val = READ_ONCE(tp->tcp_tx_delay); in do_tcp_getsockopt()
2848 tcp_sk(sk)->tcp_tx_delay) { in tcp_chrono_stop() 2850 tcp_sk(sk)->tcp_tx_delay; in tcp_chrono_stop()
2930 skb->skb_mstamp_ns += (u64)tp->tcp_tx_delay * NSEC_PER_USEC; in tcp_add_tx_delay()2940 tcp_twsk(sk)->tw_tx_delay : tcp_sk(sk)->tcp_tx_delay; in tcp_transmit_time()