Searched refs:tcp_mstamp (Results 1 – 2 of 2) sorted by relevance
255 u64 tcp_mstamp; /* most recent packet received/sent */ member
763 return div_u64(tp->tcp_mstamp, USEC_PER_SEC / TCP_TS_HZ); in tcp_time_stamp()780 if (val > tp->tcp_mstamp) in tcp_mstamp_refresh()781 tp->tcp_mstamp = val; in tcp_mstamp_refresh()2005 return rto_time_stamp_us - tcp_sk(sk)->tcp_mstamp; in tcp_rto_delta_us()