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.c6477 uint32_t max_red; in rack_start_hpts_timer() local
6479 max_red = (usecs * rack->r_ctl.max_reduction) / 100; in rack_start_hpts_timer()
6480 if (max_red >= rack->r_ctl.rc_agg_delayed) { in rack_start_hpts_timer()
6484 usecs -= max_red; in rack_start_hpts_timer()
6485 rack->r_ctl.rc_agg_delayed -= max_red; in rack_start_hpts_timer()