basertt            31 net/ipv4/tcp_veno.c 	u32 basertt;		/* the min of all Veno rtt measurements seen (in usec) */
basertt            67 net/ipv4/tcp_veno.c 	veno->basertt = 0x7fffffff;
basertt            86 net/ipv4/tcp_veno.c 	if (vrtt < veno->basertt)
basertt            87 net/ipv4/tcp_veno.c 		veno->basertt = vrtt;
basertt           149 net/ipv4/tcp_veno.c 		target_cwnd = (u64)tp->snd_cwnd * veno->basertt;