tcp_clock_cache   245 include/linux/tcp.h 	u64	tcp_clock_cache; /* cache last tcp_clock_ns() (see tcp_mstamp_refresh()) */
tcp_clock_cache  1279 include/net/tcp.h 	pacing_delay -= tcp_sk(sk)->tcp_clock_cache;
tcp_clock_cache   441 net/ipv4/tcp_bbr.c 	now_ns = tp->tcp_clock_cache;
tcp_clock_cache    56 net/ipv4/tcp_output.c 	tp->tcp_clock_cache = val;
tcp_clock_cache  1035 net/ipv4/tcp_output.c 	tp->tcp_wstamp_ns = max(tp->tcp_wstamp_ns, tp->tcp_clock_cache);
tcp_clock_cache  1959 net/ipv4/tcp_output.c 	delta = tp->tcp_clock_cache - tp->tcp_wstamp_ns - NSEC_PER_MSEC;
tcp_clock_cache  2007 net/ipv4/tcp_output.c 	delta = tp->tcp_clock_cache - head->tstamp;
tcp_clock_cache  2240 net/ipv4/tcp_output.c 	if (tp->tcp_wstamp_ns <= tp->tcp_clock_cache)
tcp_clock_cache  2395 net/ipv4/tcp_output.c 			skb->skb_mstamp_ns = tp->tcp_wstamp_ns = tp->tcp_clock_cache;