Lines Matching defs:ms_cts
15719 uint32_t tiwin, ms_cts, cts, acked, acked_amount, high_seq, win_seq, the_win, win_upd_ack;
15775 ms_cts = tcp_tv_to_mssectick(tv);
15830 if (TSTMP_GT(ae->ts_echo, ms_cts))
16385 * ms_cts - is the current time from tv in milliseconds.
16388 uint32_t cts, us_cts, ms_cts;
16494 ms_cts = tcp_tv_to_mssectick(tv);
16733 if (TSTMP_GT(to.to_tsecr, ms_cts))
18481 uint64_t ts_val, uint32_t cts, uint32_t ms_cts, struct timeval *tv, int len, uint8_t doing_tlp)
18550 to.to_tsval = ms_cts + tp->ts_offset;
19069 uint32_t cts, uint32_t ms_cts, struct timeval *tv, long tot_len, int *send_err)
19130 to.to_tsval = ms_cts + tp->ts_offset;
19739 uint32_t cts, ms_cts, delayed, early;
19813 ms_cts = tcp_tv_to_mssectick(&tv);
19926 ret = rack_fast_output(tp, rack, ts_val, cts, ms_cts, &tv, tot_len_this_send, &error);
20037 ms_cts = tcp_tv_to_mssectick(&tv);
20309 ret = rack_fast_rsm_output(tp, rack, rsm, ts_val, cts, ms_cts, &tv, len, doing_tlp);
21282 (ms_cts == rack->r_ctl.last_rcv_tstmp_for_rtt)) {
21289 * the one ack has the ms_cts that was on
21292 ts_to_use = ms_cts + 1;
21294 ts_to_use = ms_cts;
21301 ((ms_cts - rack->r_ctl.last_rcv_tstmp_for_rtt) > RCV_PATH_RTT_MS) &&
21308 rack->r_ctl.last_rcv_tstmp_for_rtt = ms_cts;
21318 tp->rfbuf_ts = ms_cts;
22586 ret = rack_fast_output(tp, rack, ts_val, cts, ms_cts, &tv, tot_len_this_send, &error);