Searched refs:tcp_time_stamp (Results 1 – 7 of 7) sorted by relevance
35 elapsed = tcp_time_stamp(tcp_sk(sk)) - start_ts; in tcp_clamp_rto_to_user_timeout()209 return (s32)(tcp_time_stamp(tcp_sk(sk)) - start_ts - timeout) >= 0; in retransmits_timed_out()414 tp->retrans_stamp = tcp_time_stamp(tp); in tcp_fastopen_synack_timer()
268 u32 now = tcp_time_stamp(tp); in tcp_lp_pkts_acked()
587 u32 delta = tcp_time_stamp(tp) - tp->rx_opt.rcv_tsecr; in tcp_rcv_rtt_measure_ts()2939 u32 delta = tcp_time_stamp(tp) - tp->rx_opt.rcv_tsecr; in tcp_ack_update_rtt()5892 tcp_time_stamp(tp))) { in tcp_rcv_synsent_state_process()
3575 tp->retrans_stamp = tcp_time_stamp(tp); in tcp_connect()
685 tp->lsndtime = tcp_time_stamp(tp); in chtls_push_frames()
2118 tp->rcv_tstamp = tcp_time_stamp(tp); in chtls_rx_ack()
755 static inline u32 tcp_time_stamp(const struct tcp_sock *tp) in tcp_time_stamp() function