Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_nv.c106 u32 nv_lower_bound_rtt; /* Used in conjunction with nv_base_rtt. It is member
152 ca->nv_lower_bound_rtt = (base_rtt * 205) >> 8; /* 80% */ in tcpnv_init()
155 ca->nv_lower_bound_rtt = 0; in tcpnv_init()
172 if (ca->nv_lower_bound_rtt > 0 && val < ca->nv_lower_bound_rtt) in nv_get_bounded_rtt()
173 return ca->nv_lower_bound_rtt; in nv_get_bounded_rtt()