Searched refs:nv_rtt_cnt (Results 1 – 1 of 1) sorted by relevance
100 u8 nv_rtt_cnt; /* RTTs without making ca decision */; member129 ca->nv_rtt_cnt = 0; in tcpnv_reset()339 if (ca->nv_rtt_cnt < 0xff) in tcpnv_acked()341 ca->nv_rtt_cnt++; in tcpnv_acked()382 if (ca->nv_rtt_cnt < nv_rtt_min_cnt) { in tcpnv_acked()392 ca->nv_rtt_cnt > nv_stop_rtt_cnt) in tcpnv_acked()440 ca->nv_rtt_cnt = 0; in tcpnv_acked()460 info->vegas.tcpv_rttcnt = ca->nv_rtt_cnt; in tcpnv_get_info()