Home
last modified time | relevance | path

Searched refs:HPTS_USEC_IN_MSEC (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_hpts.h35 #define HPTS_USEC_IN_MSEC 1000 macro
183 return ((uint32_t) ((sv->tv_sec * HPTS_MSEC_IN_SEC) + (sv->tv_usec/HPTS_USEC_IN_MSEC))); in tcp_tv_to_mssectick()
H A Dtcp_subr.c4196 frac = (((uint64_t)frac * (uint64_t)HPTS_USEC_IN_MSEC) / (uint64_t)TCP_RTT_SCALE); in tcp_change_time_units()
4216 frac = (((uint64_t)frac * (uint64_t)HPTS_USEC_IN_MSEC) / (uint64_t)TCP_RTT_SCALE); in tcp_change_time_units()
4243 frac = (((uint64_t)frac * (uint64_t)TCP_RTT_SCALE) / (uint64_t)HPTS_USEC_IN_MSEC); in tcp_change_time_units()
4264 frac = (((uint64_t)frac * (uint64_t)TCP_RTTVAR_SCALE) / (uint64_t)HPTS_USEC_IN_MSEC); in tcp_change_time_units()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c5114 srtt = HPTS_USEC_IN_MSEC; in rack_do_goodput_measurement()
8766 ms_rtt = (rtt + HPTS_USEC_IN_MSEC - 1) / HPTS_USEC_IN_MSEC; in tcp_rack_xmit_timer_commit()
8773 ms_rtt = (rack->r_ctl.rack_rs.rs_us_rtt + HPTS_USEC_IN_MSEC - 1) / HPTS_USEC_IN_MSEC; in tcp_rack_xmit_timer_commit()
13025 t = (mcts - to->to_tsecr) * HPTS_USEC_IN_MSEC; in rack_do_syn_sent()
13240 t = (mcts - to->to_tsecr) * HPTS_USEC_IN_MSEC; in rack_do_syn_recv()
17493 slot *= HPTS_USEC_IN_MSEC; in rack_get_pacing_delay()
17785 srtt = RACK_INITIAL_RTO * HPTS_USEC_IN_MSEC; /* its in ms convert */ in rack_get_pacing_delay()
18955 slot = ((1 + rack->rc_enobuf) * HPTS_USEC_IN_MSEC); in rack_fast_rsm_output()
18958 if (slot < (10 * HPTS_USEC_IN_MSEC)) in rack_fast_rsm_output()
18959 slot = 10 * HPTS_USEC_IN_MSEC; in rack_fast_rsm_output()
[all …]