Searched refs:tcpv_rttcnt (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/ipv4/
H A Dtcp_illinois.c314 info->vegas.tcpv_rttcnt = ca->cnt_rtt;
318 if (info->vegas.tcpv_rttcnt > 0) {
321 do_div(t, info->vegas.tcpv_rttcnt);
H A Dtcp_vegas.c298 info->vegas.tcpv_rttcnt = ca->cntRTT;
H A Dtcp_westwood.c269 info->vegas.tcpv_rttcnt = 0;
H A Dtcp_nv.c460 info->vegas.tcpv_rttcnt = ca->nv_rtt_cnt;
/linux-master/include/uapi/linux/
H A Dinet_diag.h208 __u32 tcpv_rttcnt; member in struct:tcpvegas_info

Completed in 155 milliseconds