Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_cc_functions.c690 uint64_t t_path_mptcp; in sctp_cwnd_update_after_sack_common() local
699 t_path_mptcp = 0; in sctp_cwnd_update_after_sack_common()
714 t_path_mptcp += (((uint64_t)net->cwnd) << SHIFT_MPTCP_MULTI_Z) / in sctp_cwnd_update_after_sack_common()
723 if (t_path_mptcp > 0) { in sctp_cwnd_update_after_sack_common()
724 mptcp_like_alpha = max_path / (t_path_mptcp * t_path_mptcp); in sctp_cwnd_update_after_sack_common()