Home
last modified time | relevance | path

Searched refs:USECS_IN_SECOND (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet/tcp_stacks/
H A Drack_bbr_common.h72 #define USECS_IN_SECOND 1000000 macro
H A Dbbr.c246 static uint32_t bbr_rtt_probe_limit = (USECS_IN_SECOND * 4);
609 (bbr->rc_max_rto_sec * USECS_IN_SECOND)); in bbr_timer_start()
678 if (to > (((uint32_t)bbr->rc_max_rto_sec) * USECS_IN_SECOND)) { in bbr_timer_start()
3253 bw *= (uint64_t)USECS_IN_SECOND; in bbr_lt_bw_sampling()
3372 usec_per_sec = USECS_IN_SECOND; in bbr_get_bw_delay_prod()
3515 divor = (uint64_t)USECS_IN_SECOND * (uint64_t)BBR_UNIT; in bbr_get_pacing_length()
3560 (uint64_t)USECS_IN_SECOND * in bbr_get_pacing_delay()
4134 if (thresh > (((uint32_t)bbr->rc_max_rto_sec) * USECS_IN_SECOND)) { in bbr_calc_thresh_rack()
4135 thresh = (((uint32_t)bbr->rc_max_rto_sec) * USECS_IN_SECOND); in bbr_calc_thresh_rack()
4203 if (thresh > (((uint32_t)bbr->rc_max_rto_sec) * USECS_IN_SECOND)) { in bbr_calc_thresh_tlp()
[all …]
H A Dtcp_bbr.h341 #define BBR_TIME_TO_SECONDS(a) (a / USECS_IN_SECOND)
H A Drack.c2432 bw *= (uint64_t)USECS_IN_SECOND; in rack_get_gp_est()
/freebsd/sys/netinet/
H A Dtcp_ratelimit.c59 #ifndef USECS_IN_SECOND
60 #define USECS_IN_SECOND 1000000 macro
695 lentim = ETHERNET_SEGMENT_SIZE * USECS_IN_SECOND; in rt_setup_new_rs()
1700 lentim = ETHERNET_SEGMENT_SIZE * USECS_IN_SECOND; in tcp_get_pacing_burst_size_w_divisor()