Searched refs:tcp_wstamp_ns (Results 1 – 4 of 4) sorted by relevance
1273 u64 credit = tp->tcp_wstamp_ns - prior_wstamp; in tcp_update_skb_after_send()1277 tp->tcp_wstamp_ns += len_ns; in tcp_update_skb_after_send()1315 prior_wstamp = tp->tcp_wstamp_ns; in __tcp_transmit_skb()1316 tp->tcp_wstamp_ns = max(tp->tcp_wstamp_ns, tp->tcp_clock_cache); in __tcp_transmit_skb()1317 skb_set_delivery_time(skb, tp->tcp_wstamp_ns, SKB_CLOCK_MONOTONIC); in __tcp_transmit_skb()2236 delta = tp->tcp_clock_cache - tp->tcp_wstamp_ns - NSEC_PER_MSEC; in tcp_tso_should_defer()2574 if (tp->tcp_wstamp_ns <= tp->tcp_clock_cache) in tcp_pacing_check()2579 ns_to_ktime(tp->tcp_wstamp_ns), in tcp_pacing_check()2770 tp->tcp_wstamp_ns = tp->tcp_clock_cache; in tcp_write_xmit()2771 skb_set_delivery_time(skb, tp->tcp_wstamp_ns, SKB_CLOCK_MONOTONIC); in tcp_write_xmit()[all …]
445 edt_ns = max(tp->tcp_wstamp_ns, now_ns); in bbr_packets_in_net_at_edt()
5103 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_write_tx, tcp_wstamp_ns); in tcp_struct_check()
272 u64 tcp_wstamp_ns; /* departure time for next sent data packet */ member