Home
last modified time | relevance | path

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

/external/iproute2/misc/
Dss.c746 struct tcp_bbr_info *bbr_info; member
1917 if (s->bbr_info) { in tcp_stats_print()
1920 bw = s->bbr_info->bbr_bw_hi; in tcp_stats_print()
1922 bw |= s->bbr_info->bbr_bw_lo; in tcp_stats_print()
1926 (double)s->bbr_info->bbr_min_rtt / 1000.0); in tcp_stats_print()
1927 if (s->bbr_info->bbr_pacing_gain) in tcp_stats_print()
1929 (double)s->bbr_info->bbr_pacing_gain / 256.0); in tcp_stats_print()
1930 if (s->bbr_info->bbr_cwnd_gain) in tcp_stats_print()
1932 (double)s->bbr_info->bbr_cwnd_gain / 256.0); in tcp_stats_print()
2262 const void *bbr_info = RTA_DATA(tb[INET_DIAG_BBRINFO]); in tcp_show_info() local
[all …]