Searched refs:ms_cts (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack.c | 15696 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 15752 ms_cts = tcp_tv_to_mssectick(tv); in rack_do_compressed_ack_processing() 15807 if (TSTMP_GT(ae->ts_echo, ms_cts)) in rack_do_compressed_ack_processing() 16365 uint32_t cts, us_cts, ms_cts; in rack_do_segment_nounlock() local 16471 ms_cts = tcp_tv_to_mssectick(tv); in rack_do_segment_nounlock() 16710 if (TSTMP_GT(to.to_tsecr, ms_cts)) in rack_do_segment_nounlock() 18458 … 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 18527 to.to_tsval = ms_cts + tp->ts_offset; in rack_fast_rsm_output() 19042 uint32_t cts, uint32_t ms_cts, struct timeval *tv, long tot_len, int *send_err) in rack_fast_output() argument 19103 to.to_tsval = ms_cts + tp->ts_offset; in rack_fast_output() [all …]
|