Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_cc_functions.c771 uint64_t t_path_mptcp; in sctp_cwnd_update_after_sack_common() local
780 t_path_mptcp = 0; in sctp_cwnd_update_after_sack_common()
795 t_path_mptcp += (((uint64_t)net->cwnd) << SHIFT_MPTCP_MULTI_Z) / in sctp_cwnd_update_after_sack_common()
804 if (t_path_mptcp > 0) { in sctp_cwnd_update_after_sack_common()
805 mptcp_like_alpha = max_path / (t_path_mptcp * t_path_mptcp); in sctp_cwnd_update_after_sack_common()