Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dtcp.h254 u64 tcp_clock_cache; /* cache last tcp_clock_ns() (see tcp_mstamp_refresh()) */ member
/kernel/linux/linux-6.6/include/linux/
Dtcp.h286 u64 tcp_clock_cache; /* cache last tcp_clock_ns() (see tcp_mstamp_refresh()) */ member
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_output.c59 tp->tcp_clock_cache = val; in tcp_mstamp_refresh()
1256 tp->tcp_wstamp_ns = max(tp->tcp_wstamp_ns, tp->tcp_clock_cache); in __tcp_transmit_skb()
2194 delta = tp->tcp_clock_cache - tp->tcp_wstamp_ns - NSEC_PER_MSEC; in tcp_tso_should_defer()
2242 delta = tp->tcp_clock_cache - head->tstamp; in tcp_tso_should_defer()
2475 if (tp->tcp_wstamp_ns <= tp->tcp_clock_cache) in tcp_pacing_check()
2642 skb->skb_mstamp_ns = tp->tcp_wstamp_ns = tp->tcp_clock_cache; in tcp_write_xmit()
Dtcp_bbr.c441 now_ns = tp->tcp_clock_cache; in bbr_packets_in_net_at_edt()
/kernel/linux/linux-6.6/net/ipv4/
Dtcp_output.c57 tp->tcp_clock_cache = val; in tcp_mstamp_refresh()
1268 tp->tcp_wstamp_ns = max(tp->tcp_wstamp_ns, tp->tcp_clock_cache); in __tcp_transmit_skb()
2206 delta = tp->tcp_clock_cache - tp->tcp_wstamp_ns - NSEC_PER_MSEC; in tcp_tso_should_defer()
2254 delta = tp->tcp_clock_cache - head->tstamp; in tcp_tso_should_defer()
2538 if (tp->tcp_wstamp_ns <= tp->tcp_clock_cache) in tcp_pacing_check()
2705 tp->tcp_wstamp_ns = tp->tcp_clock_cache; in tcp_write_xmit()
Dtcp_bbr.c443 now_ns = tp->tcp_clock_cache; in bbr_packets_in_net_at_edt()
/kernel/linux/linux-5.10/include/net/
Dtcp.h1311 s64 delay = tcp_sk(sk)->tcp_wstamp_ns - tcp_sk(sk)->tcp_clock_cache; in tcp_pacing_delay()
/kernel/linux/linux-6.6/include/net/
Dtcp.h1350 s64 delay = tcp_sk(sk)->tcp_wstamp_ns - tcp_sk(sk)->tcp_clock_cache; in tcp_pacing_delay()