Searched refs:extra_acked (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_bbr.c | 121 u16 extra_acked[2]; /* max excess data ACKed in epoch */ member 123 extra_acked_win_rtts:5, /* age of extra_acked, in round trips */ 124 extra_acked_win_idx:1, /* current index in extra_acked array */ 193 /* Gain factor for adding extra_acked to target cwnd: */ 195 /* Window length of extra_acked window. */ 235 return max(bbr->extra_acked[0], bbr->extra_acked[1]); in bbr_extra_acked() 810 * Max extra_acked is clamped by cwnd and bw * bbr_extra_acked_max_us (100 ms). 817 u32 epoch_us, expected_acked, extra_acked; in bbr_update_ack_aggregation() local 832 bbr->extra_acked[bb in bbr_update_ack_aggregation() [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_bbr.c | 123 u16 extra_acked[2]; /* max excess data ACKed in epoch */ member 125 extra_acked_win_rtts:5, /* age of extra_acked, in round trips */ 126 extra_acked_win_idx:1, /* current index in extra_acked array */ 195 /* Gain factor for adding extra_acked to target cwnd: */ 197 /* Window length of extra_acked window. */ 237 return max(bbr->extra_acked[0], bbr->extra_acked[1]); in bbr_extra_acked() 812 * Max extra_acked is clamped by cwnd and bw * bbr_extra_acked_max_us (100 ms). 819 u32 epoch_us, expected_acked, extra_acked; in bbr_update_ack_aggregation() local 834 bbr->extra_acked[bb in bbr_update_ack_aggregation() [all...] |
Completed in 5 milliseconds