Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_htcp.c31 u32 packetcount; member
119 ca->packetcount = 0; in measure_achieved_throughput()
124 ca->packetcount += sample->pkts_acked; in measure_achieved_throughput()
126 if (ca->packetcount >= tp->snd_cwnd - (ca->alpha >> 7 ? : 1) && in measure_achieved_throughput()
129 __u32 cur_Bi = ca->packetcount * HZ / (now - ca->lasttime); in measure_achieved_throughput()
141 ca->packetcount = 0; in measure_achieved_throughput()