Searched refs:lentim (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_ratelimit.c | 516 uint64_t lentim, res; in rt_setup_new_rs() local 677 lentim = ETHERNET_SEGMENT_SIZE * USECS_IN_SECOND; in rt_setup_new_rs() 678 res = lentim / rs->rs_rlt[i].rate; in rt_setup_new_rs() 1430 uint64_t lentim, res, bytes; in tcp_get_pacing_burst_size() local 1488 lentim = ETHERNET_SEGMENT_SIZE * USECS_IN_SECOND; in tcp_get_pacing_burst_size() 1489 res = lentim / bw; in tcp_get_pacing_burst_size()
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 11396 uint64_t lentim, fill_bw; in pace_to_fill_cwnd() local 11428 lentim = (uint64_t)(len) * (uint64_t)HPTS_USEC_IN_SEC; in pace_to_fill_cwnd() 11429 lentim /= fill_bw; in pace_to_fill_cwnd() 11430 if (lentim < slot) { in pace_to_fill_cwnd() 11432 0, lentim, 12, __LINE__, NULL); in pace_to_fill_cwnd() 11433 return ((int32_t)lentim); in pace_to_fill_cwnd() 11513 uint64_t bw_est, res, lentim, rate_wanted; in rack_get_pacing_delay() local 11552 lentim = (uint64_t)(len + segs) * (uint64_t)HPTS_USEC_IN_SEC; in rack_get_pacing_delay() 11553 res = lentim / rate_wanted; in rack_get_pacing_delay() 11641 rack_log_pacing_delay_calc(rack, srtt, slot, rate_wanted, bw_est, lentim, 99, __LINE__, NULL); in rack_get_pacing_delay() [all …]
|
| H A D | bbr.c | 3558 uint64_t bw, lentim, res; in bbr_get_pacing_delay() local 3586 lentim = ((uint64_t)len * in bbr_get_pacing_delay() 3589 res = lentim / ((uint64_t)gain * bw); in bbr_get_pacing_delay()
|