Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_bbr.c196 static const u32 bbr_extra_acked_win_rtts = 5; variable
229 * where k = bbr_extra_acked_win_rtts.
828 if (bbr->extra_acked_win_rtts >= bbr_extra_acked_win_rtts) { in bbr_update_ack_aggregation()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_bbr.c198 static const u32 bbr_extra_acked_win_rtts = 5; variable
231 * where k = bbr_extra_acked_win_rtts.
830 if (bbr->extra_acked_win_rtts >= bbr_extra_acked_win_rtts) { in bbr_update_ack_aggregation()

Completed in 5 milliseconds