nv_base_rtt       105 net/ipv4/tcp_nv.c 	u32 nv_base_rtt;        /* If non-zero it represents the threshold for
nv_base_rtt       152 net/ipv4/tcp_nv.c 		ca->nv_base_rtt = base_rtt;
nv_base_rtt       155 net/ipv4/tcp_nv.c 		ca->nv_base_rtt = 0;
nv_base_rtt       175 net/ipv4/tcp_nv.c 	else if (ca->nv_base_rtt > 0 && val > ca->nv_base_rtt)
nv_base_rtt       176 net/ipv4/tcp_nv.c 		return ca->nv_base_rtt;