Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Drack.c11545 uint32_t new_total, gating_val; in rack_gain_for_fastoutput() local
11547 new_total = acked_amount + rack->r_ctl.fsb.left_to_send; in rack_gain_for_fastoutput()
11550 if (new_total <= gating_val) { in rack_gain_for_fastoutput()
11553 rack->r_ctl.fsb.left_to_send = new_total; in rack_gain_for_fastoutput()