Home
last modified time | relevance | path

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

/linux-6.14.4/Documentation/networking/net_cachelines/
Dtcp_sock.rst73 u64 tcp_clock_cache read_write read_write tcp_m…
/linux-6.14.4/include/linux/
Dtcp.h285 u64 tcp_clock_cache; /* cache last tcp_clock_ns() (see tcp_mstamp_refresh()) */ member
/linux-6.14.4/net/ipv4/
Dtcp_output.c59 tp->tcp_clock_cache = val; in tcp_mstamp_refresh()
1308 tp->tcp_wstamp_ns = max(tp->tcp_wstamp_ns, tp->tcp_clock_cache); in __tcp_transmit_skb()
2234 delta = tp->tcp_clock_cache - tp->tcp_wstamp_ns - NSEC_PER_MSEC; in tcp_tso_should_defer()
2282 delta = tp->tcp_clock_cache - head->tstamp; in tcp_tso_should_defer()
2572 if (tp->tcp_wstamp_ns <= tp->tcp_clock_cache) in tcp_pacing_check()
2769 tp->tcp_wstamp_ns = tp->tcp_clock_cache; in tcp_write_xmit()
Dtcp_bbr.c444 now_ns = tp->tcp_clock_cache; in bbr_packets_in_net_at_edt()
Dtcp.c5030 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_txrx, tcp_clock_cache); in tcp_struct_check()
/linux-6.14.4/include/net/
Dtcp.h1435 s64 delay = tcp_sk(sk)->tcp_wstamp_ns - tcp_sk(sk)->tcp_clock_cache; in tcp_pacing_delay()