Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_nv.c107 u32 nv_lower_bound_rtt; /* Used in conjunction with nv_base_rtt. It is member
153 ca->nv_lower_bound_rtt = (base_rtt * 205) >> 8; /* 80% */ in tcpnv_init()
156 ca->nv_lower_bound_rtt = 0; in tcpnv_init()
173 if (ca->nv_lower_bound_rtt > 0 && val < ca->nv_lower_bound_rtt) in nv_get_bounded_rtt()
174 return ca->nv_lower_bound_rtt; in nv_get_bounded_rtt()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds