tcp_tx_delay 243 include/linux/tcp.h u32 tcp_tx_delay; /* delay (in usec) added to TX packets */ tcp_tx_delay 2296 include/net/tcp.h skb->skb_mstamp_ns += (u64)tp->tcp_tx_delay * NSEC_PER_USEC; tcp_tx_delay 2306 include/net/tcp.h tcp_twsk(sk)->tw_tx_delay : tcp_sk(sk)->tcp_tx_delay; tcp_tx_delay 3156 net/ipv4/tcp.c tp->tcp_tx_delay = val; tcp_tx_delay 3620 net/ipv4/tcp.c val = tp->tcp_tx_delay; tcp_tx_delay 278 net/ipv4/tcp_minisocks.c tcptw->tw_tx_delay = tp->tcp_tx_delay; tcp_tx_delay 2277 net/ipv4/tcp_output.c tcp_sk(sk)->tcp_tx_delay) { tcp_tx_delay 2278 net/ipv4/tcp_output.c u64 extra_bytes = (u64)sk->sk_pacing_rate * tcp_sk(sk)->tcp_tx_delay;