Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_nv.c105 u32 nv_base_rtt; /* If non-zero it represents the threshold for member
152 ca->nv_base_rtt = base_rtt; in tcpnv_init()
155 ca->nv_base_rtt = 0; in tcpnv_init()
175 else if (ca->nv_base_rtt > 0 && val > ca->nv_base_rtt) in nv_get_bounded_rtt()
176 return ca->nv_base_rtt; in nv_get_bounded_rtt()