Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDsctp_cc_functions.c689 uint64_t t_path_mptcp; in sctp_cwnd_update_after_sack_common() local
698 t_path_mptcp = 0; in sctp_cwnd_update_after_sack_common()
713 t_path_mptcp += (((uint64_t) net->cwnd) << SHIFT_MPTCP_MULTI_Z) / in sctp_cwnd_update_after_sack_common()
722 if (t_path_mptcp > 0) { in sctp_cwnd_update_after_sack_common()
723 mptcp_like_alpha = max_path / (t_path_mptcp * t_path_mptcp); in sctp_cwnd_update_after_sack_common()