Lines Matching refs:info
304 /* Extract info for Tcp socket info provided via netlink. */
306 union tcp_cc_info *info)
311 info->vegas.tcpv_enabled = 1;
312 info->vegas.tcpv_rttcnt = ca->cnt_rtt;
313 info->vegas.tcpv_minrtt = ca->base_rtt;
314 info->vegas.tcpv_rtt = 0;
316 if (info->vegas.tcpv_rttcnt > 0) {
319 do_div(t, info->vegas.tcpv_rttcnt);
320 info->vegas.tcpv_rtt = t;