Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_cc_functions.c693 uint64_t t_path_mptcp; in sctp_cwnd_update_after_sack_common() local
701 t_path_mptcp = 0; in sctp_cwnd_update_after_sack_common()
715 t_path_mptcp += (((uint64_t)net->cwnd) << SHIFT_MPTCP_MULTI_Z) / in sctp_cwnd_update_after_sack_common()
724 if (t_path_mptcp > 0) { in sctp_cwnd_update_after_sack_common()
725 mptcp_like_alpha = max_path / (t_path_mptcp * t_path_mptcp); in sctp_cwnd_update_after_sack_common()