Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_rack.h397 uint32_t rc_rack_largest_cwnd; /* Largest CWND we have seen Lock(a) */ member
H A Drack.c5605 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()