Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_bbr.c231 static u16 bbr_extra_acked(const struct sock *sk) in bbr_extra_acked() function
461 aggr_cwnd = (bbr_extra_acked_gain * bbr_extra_acked(sk)) in bbr_ack_aggregation_cwnd()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_bbr.c233 static u16 bbr_extra_acked(const struct sock *sk) in bbr_extra_acked() function
463 aggr_cwnd = (bbr_extra_acked_gain * bbr_extra_acked(sk)) in bbr_ack_aggregation_cwnd()

Completed in 5 milliseconds