Searched refs:maxRTT (Results 1 – 2 of 2) sorted by relevance
1972 ca->undo_maxRTT = ca->maxRTT; in htcp_reset()1983 net->cc_mod.htcp_ca.maxRTT = net->cc_mod.htcp_ca.undo_maxRTT; in htcp_cwnd_undo()2001 if (net->cc_mod.htcp_ca.maxRTT < net->cc_mod.htcp_ca.minRTT) in measure_rtt()2002 net->cc_mod.htcp_ca.maxRTT = net->cc_mod.htcp_ca.minRTT; in measure_rtt()2003 …if (net->cc_mod.htcp_ca.maxRTT < srtt && srtt <= net->cc_mod.htcp_ca.maxRTT+sctp_msecs_to_ticks(20… in measure_rtt()2004 net->cc_mod.htcp_ca.maxRTT = srtt; in measure_rtt()2049 htcp_beta_update(struct htcp *ca, uint32_t minRTT, uint32_t maxRTT) in htcp_beta_update() argument2063 if (ca->modeswitch && minRTT > sctp_msecs_to_ticks(10) && maxRTT) { in htcp_beta_update()2064 ca->beta = (minRTT<<7)/maxRTT; in htcp_beta_update()2112 uint32_t maxRTT = net->cc_mod.htcp_ca.maxRTT; in htcp_param_update() local[all …]
263 uint32_t maxRTT; member