Searched refs:nv_rtt_cnt (Results 1 – 1 of 1) sorted by relevance
101 u8 nv_rtt_cnt; /* RTTs without making ca decision */; member130 ca->nv_rtt_cnt = 0; in tcpnv_reset()340 if (ca->nv_rtt_cnt < 0xff) in tcpnv_acked()342 ca->nv_rtt_cnt++; in tcpnv_acked()383 if (ca->nv_rtt_cnt < nv_rtt_min_cnt) { in tcpnv_acked()393 ca->nv_rtt_cnt > nv_stop_rtt_cnt) in tcpnv_acked()441 ca->nv_rtt_cnt = 0; in tcpnv_acked()461 info->vegas.tcpv_rttcnt = ca->nv_rtt_cnt; in tcpnv_get_info()