Searched refs:tcp_clock_cache (Results 1 – 4 of 4) sorted by relevance
245 u64 tcp_clock_cache; /* cache last tcp_clock_ns() (see tcp_mstamp_refresh()) */ member
56 tp->tcp_clock_cache = val; in tcp_mstamp_refresh()1031 tp->tcp_wstamp_ns = max(tp->tcp_wstamp_ns, tp->tcp_clock_cache); in __tcp_transmit_skb()1951 delta = tp->tcp_clock_cache - tp->tcp_wstamp_ns - NSEC_PER_MSEC; in tcp_tso_should_defer()1999 delta = tp->tcp_clock_cache - head->tstamp; in tcp_tso_should_defer()2232 if (tp->tcp_wstamp_ns <= tp->tcp_clock_cache) in tcp_pacing_check()2387 skb->skb_mstamp_ns = tp->tcp_wstamp_ns = tp->tcp_clock_cache; in tcp_write_xmit()
440 now_ns = tp->tcp_clock_cache; in bbr_packets_in_net_at_edt()
1268 pacing_delay -= tcp_sk(sk)->tcp_clock_cache; in tcp_pacing_delay()