Searched refs:tcp_time_stamp_ts (Results 1 – 4 of 4) sorted by relevance
278 u32 now = tcp_time_stamp_ts(tp); in tcp_lp_pkts_acked()
863 delta = tcp_time_stamp_ts(tp) - tp->rx_opt.rcv_tsecr; in tcp_rtt_tsopt_us()6673 tcp_time_stamp_ts(tp))) { in tcp_rcv_synsent_state_process()
4331 tp->retrans_stamp = tcp_time_stamp_ts(tp); in tcp_connect()
945 static inline u32 tcp_time_stamp_ts(const struct tcp_sock *tp) in tcp_time_stamp_ts() function