Home
last modified time | relevance | path

Searched refs:max_aggr_cwnd (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_bbr.c456 u32 max_aggr_cwnd, aggr_cwnd = 0; in bbr_ack_aggregation_cwnd() local
459 max_aggr_cwnd = ((u64)bbr_bw(sk) * bbr_extra_acked_max_us) in bbr_ack_aggregation_cwnd()
463 aggr_cwnd = min(aggr_cwnd, max_aggr_cwnd); in bbr_ack_aggregation_cwnd()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_bbr.c458 u32 max_aggr_cwnd, aggr_cwnd = 0; in bbr_ack_aggregation_cwnd() local
461 max_aggr_cwnd = ((u64)bbr_bw(sk) * bbr_extra_acked_max_us) in bbr_ack_aggregation_cwnd()
465 aggr_cwnd = min(aggr_cwnd, max_aggr_cwnd); in bbr_ack_aggregation_cwnd()

Completed in 6 milliseconds