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