Home
last modified time | relevance | path

Searched refs:sample_cnt (Results 1 – 2 of 2) sorted by relevance

/net/ipv4/
Dtcp_cdg.c89 u16 sample_cnt; member
170 if (ca->sample_cnt < 8) { in tcp_cdg_hystart_update()
171 ca->sample_cnt++; in tcp_cdg_hystart_update()
279 ca->sample_cnt = 0; in tcp_cdg_cong_avoid()
Dtcp_cubic.c97 u8 sample_cnt; /* number of samples to decide curr_rtt */ member
137 ca->sample_cnt = 0; in bictcp_hystart_reset()
420 if (ca->sample_cnt < HYSTART_MIN_SAMPLES) { in hystart_update()
424 ca->sample_cnt++; in hystart_update()