Home
last modified time | relevance | path

Searched refs:nv_rtt_cnt (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_nv.c101 u8 nv_rtt_cnt; /* RTTs without making ca decision */; member
130 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()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_nv.c100 u8 nv_rtt_cnt; /* RTTs without making ca decision */; member
129 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()

Completed in 2 milliseconds