Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_nv.c105 u32 nv_base_rtt; /* If non-zero it represents the threshold for member
107 u32 nv_lower_bound_rtt; /* Used in conjunction with nv_base_rtt. It is
108 * set to 80% of nv_base_rtt. It helps reduce
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()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_nv.c104 u32 nv_base_rtt; /* If non-zero it represents the threshold for member
106 u32 nv_lower_bound_rtt; /* Used in conjunction with nv_base_rtt. It is
107 * set to 80% of nv_base_rtt. It helps reduce
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()

Completed in 2 milliseconds