Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_cc_functions.c1874 ca->undo_maxRTT = ca->maxRTT; in htcp_reset()
1885 net->cc_mod.htcp_ca.maxRTT = net->cc_mod.htcp_ca.undo_maxRTT; in htcp_cwnd_undo()
1903 if (net->cc_mod.htcp_ca.maxRTT < net->cc_mod.htcp_ca.minRTT) in measure_rtt()
1904 net->cc_mod.htcp_ca.maxRTT = net->cc_mod.htcp_ca.minRTT; in measure_rtt()
1905 …if (net->cc_mod.htcp_ca.maxRTT < srtt && srtt <= net->cc_mod.htcp_ca.maxRTT + sctp_msecs_to_ticks(… in measure_rtt()
1906 net->cc_mod.htcp_ca.maxRTT = srtt; in measure_rtt()
1967 ca->beta = (minRTT << 7) / maxRTT; in htcp_beta_update()
2017 uint32_t maxRTT = net->cc_mod.htcp_ca.maxRTT; in htcp_param_update() local
2019 htcp_beta_update(&net->cc_mod.htcp_ca, minRTT, maxRTT); in htcp_param_update()
2026 if (minRTT > 0 && maxRTT > minRTT) in htcp_param_update()
[all …]
H A Dsctp_structs.h207 uint32_t maxRTT; member