Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Drack.c6640 uint32_t max_red; in rack_start_hpts_timer() local
6642 max_red = (slot * rack->r_ctl.max_reduction) / 100; in rack_start_hpts_timer()
6643 if (max_red >= rack->r_ctl.rc_agg_delayed) { in rack_start_hpts_timer()
6647 slot -= max_red; in rack_start_hpts_timer()
6648 rack->r_ctl.rc_agg_delayed -= max_red; in rack_start_hpts_timer()