Searched refs:rc_rack_largest_cwnd (Results 1 – 2 of 2) sorted by relevance
397 uint32_t rc_rack_largest_cwnd; /* Largest CWND we have seen Lock(a) */ member
5605 if (rack->r_ctl.rc_rack_largest_cwnd < rack->r_ctl.cwnd_to_use) { in rack_ack_received()5606 rack->r_ctl.rc_rack_largest_cwnd = rack->r_ctl.cwnd_to_use; in rack_ack_received()17494 if (rack->r_ctl.rc_rack_largest_cwnd) in rack_get_pacing_delay()17495 cwnd = rack->r_ctl.rc_rack_largest_cwnd; in rack_get_pacing_delay()