nv_rtt_factor      64 net/ipv4/tcp_nv.c static int nv_rtt_factor __read_mostly = 128; /* = 1/2*old + 1/2*new */
nv_rtt_factor     273 net/ipv4/tcp_nv.c 	if (nv_rtt_factor > 0) {
nv_rtt_factor     275 net/ipv4/tcp_nv.c 			avg_rtt = (((u64)sample->rtt_us) * nv_rtt_factor +
nv_rtt_factor     277 net/ipv4/tcp_nv.c 				   * (256 - nv_rtt_factor)) >> 8;