packetcount        32 net/ipv4/tcp_htcp.c 	u32	packetcount;
packetcount       120 net/ipv4/tcp_htcp.c 		ca->packetcount = 0;
packetcount       125 net/ipv4/tcp_htcp.c 	ca->packetcount += sample->pkts_acked;
packetcount       127 net/ipv4/tcp_htcp.c 	if (ca->packetcount >= tp->snd_cwnd - (ca->alpha >> 7 ? : 1) &&
packetcount       130 net/ipv4/tcp_htcp.c 		__u32 cur_Bi = ca->packetcount * HZ / (now - ca->lasttime);
packetcount       142 net/ipv4/tcp_htcp.c 		ca->packetcount = 0;