Home
last modified time | relevance | path

Searched refs:tcp_clock_cache (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dtcp.h310 u64 tcp_clock_cache; /* cache last tcp_clock_ns() (see tcp_mstamp_refresh()) */ member
/linux/net/ipv4/
H A Dtcp_output.c1554 tp->tcp_wstamp_ns = max(tp->tcp_wstamp_ns, tp->tcp_clock_cache); in __tcp_transmit_skb()
2473 delta = tp->tcp_clock_cache - tp->tcp_wstamp_ns - NSEC_PER_MSEC; in tcp_tso_should_defer()
2526 how_far_is_the_ack = expected_ack - tp->tcp_clock_cache; in tcp_tso_should_defer()
2822 if (tp->tcp_wstamp_ns <= tp->tcp_clock_cache) in tcp_pacing_check()
2999 tp->tcp_wstamp_ns = tp->tcp_clock_cache; in tcp_write_xmit()
/linux/include/net/
H A Dtcp.h1022 tp->tcp_clock_cache = val; in tcp_mstamp_refresh_inline()
1624 s64 delay = tcp_sk(sk)->tcp_wstamp_ns - tcp_sk(sk)->tcp_clock_cache; in tcp_pacing_delay()