Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c3733 uint32_t s_cwnd; in bbr_ack_received() local
3736 s_cwnd = min((cwnd + bytes_this_ack), target_cwnd); in bbr_ack_received()
3737 if (s_cwnd > cwnd) in bbr_ack_received()
3738 cwnd = s_cwnd; in bbr_ack_received()
3740 cwnd = s_cwnd; in bbr_ack_received()