Lines Matching refs:ms_cts
15695 uint32_t tiwin, ms_cts, cts, acked, acked_amount, high_seq, win_seq, the_win, win_upd_ack; in rack_do_compressed_ack_processing() local
15751 ms_cts = tcp_tv_to_mssectick(tv); in rack_do_compressed_ack_processing()
15806 if (TSTMP_GT(ae->ts_echo, ms_cts)) in rack_do_compressed_ack_processing()
16364 uint32_t cts, us_cts, ms_cts; in rack_do_segment_nounlock() local
16470 ms_cts = tcp_tv_to_mssectick(tv); in rack_do_segment_nounlock()
16709 if (TSTMP_GT(to.to_tsecr, ms_cts)) in rack_do_segment_nounlock()
18463 … uint64_t ts_val, uint32_t cts, uint32_t ms_cts, struct timeval *tv, int len, uint8_t doing_tlp) in rack_fast_rsm_output() argument
18532 to.to_tsval = ms_cts + tp->ts_offset; in rack_fast_rsm_output()
19047 uint32_t cts, uint32_t ms_cts, struct timeval *tv, long *tot_len, int *send_err, int line) in rack_fast_output() argument
19108 to.to_tsval = ms_cts + tp->ts_offset; in rack_fast_output()
19714 uint32_t cts, ms_cts, delayed, early; in rack_output() local
19788 ms_cts = tcp_tv_to_mssectick(&tv); in rack_output()
19905 ret = rack_fast_output(tp, rack, ts_val, cts, ms_cts, &tv, &tot_len_this_send, &error, __LINE__); in rack_output()
20026 ms_cts = tcp_tv_to_mssectick(&tv); in rack_output()
20292 ret = rack_fast_rsm_output(tp, rack, rsm, ts_val, cts, ms_cts, &tv, len, doing_tlp); in rack_output()
21260 (ms_cts == rack->r_ctl.last_rcv_tstmp_for_rtt)) { in rack_output()
21270 ts_to_use = ms_cts + 1; in rack_output()
21272 ts_to_use = ms_cts; in rack_output()
21279 ((ms_cts - rack->r_ctl.last_rcv_tstmp_for_rtt) > RCV_PATH_RTT_MS) && in rack_output()
21286 rack->r_ctl.last_rcv_tstmp_for_rtt = ms_cts; in rack_output()
21296 tp->rfbuf_ts = ms_cts; in rack_output()
22555 … ret = rack_fast_output(tp, rack, ts_val, cts, ms_cts, &tv, &tot_len_this_send, &error, __LINE__); in rack_output()