Searched refs:bbr_bw_hi (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/include/uapi/linux/ | ||
D | inet_diag.h | 228 __u32 bbr_bw_hi; /* upper 32 bits of bw */ member |
/linux-6.6.21/net/ipv4/ | ||
D | tcp_bbr.c | 1118 info->bbr.bbr_bw_hi = (u32)(bw >> 32); in bbr_get_info() |