Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_nv.c104 u32 nv_base_rtt; /* If non-zero it represents the threshold for member
151 ca->nv_base_rtt = base_rtt; in tcpnv_init()
154 ca->nv_base_rtt = 0; in tcpnv_init()
174 else if (ca->nv_base_rtt > 0 && val > ca->nv_base_rtt) in nv_get_bounded_rtt()
175 return ca->nv_base_rtt; in nv_get_bounded_rtt()