Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dtcp.h284 u64 tcp_clock_cache; /* cache last tcp_clock_ns() (see tcp_mstamp_refresh()) */ member
/linux-6.3-rc2/net/ipv4/
A Dtcp_output.c57 tp->tcp_clock_cache = val; in tcp_mstamp_refresh()
1252 tp->tcp_wstamp_ns = max(tp->tcp_wstamp_ns, tp->tcp_clock_cache); in __tcp_transmit_skb()
2195 delta = tp->tcp_clock_cache - tp->tcp_wstamp_ns - NSEC_PER_MSEC; in tcp_tso_should_defer()
2243 delta = tp->tcp_clock_cache - head->tstamp; in tcp_tso_should_defer()
2476 if (tp->tcp_wstamp_ns <= tp->tcp_clock_cache) in tcp_pacing_check()
2631 tp->tcp_wstamp_ns = tp->tcp_clock_cache; in tcp_write_xmit()
A Dtcp_bbr.c443 now_ns = tp->tcp_clock_cache; in bbr_packets_in_net_at_edt()
/linux-6.3-rc2/include/net/
A Dtcp.h1331 s64 delay = tcp_sk(sk)->tcp_wstamp_ns - tcp_sk(sk)->tcp_clock_cache; in tcp_pacing_delay()

Completed in 25 milliseconds