Searched refs:max_cwnd (Results 1 – 10 of 10) sorted by relevance
90 unsigned long max_cwnd; member159 cubic_data->max_cwnd = CCV(ccv, snd_cwnd); in cubic_ack_received()166 cubic_data->K = cubic_k(cubic_data->max_cwnd / in cubic_ack_received()219 cubic_data->max_cwnd < CCV(ccv, snd_cwnd)) { in cubic_ack_received()220 cubic_data->max_cwnd = CCV(ccv, snd_cwnd); in cubic_ack_received()221 cubic_data->K = cubic_k(cubic_data->max_cwnd / in cubic_ack_received()243 cubic_data->max_cwnd = ulmax(cubic_data->max_cwnd, CCV(ccv, snd_cwnd)); in cubic_after_idle()347 cubic_data->max_cwnd = CCV(ccv, snd_cwnd); in cubic_conn_init()463 if (cwnd < cubic_data->max_cwnd) { in cubic_ssthresh_update()467 cubic_data->max_cwnd = cwnd; in cubic_ssthresh_update()[all …]
133 n_inp->max_cwnd = inp->max_cwnd; in sctp_do_peeloff()
181 uint32_t max_cwnd = 0; in sctp_find_alternate_net() local258 if (max_cwnd < mnet->cwnd) { in sctp_find_alternate_net()260 max_cwnd = mnet->cwnd; in sctp_find_alternate_net()261 } else if (max_cwnd == mnet->cwnd) { in sctp_find_alternate_net()278 max_cwnd = mnet->cwnd; /* Useless? */ in sctp_find_alternate_net()302 if (max_cwnd < mnet->cwnd) { in sctp_find_alternate_net()304 max_cwnd = mnet->cwnd; in sctp_find_alternate_net()305 } else if (max_cwnd == mnet->cwnd) { in sctp_find_alternate_net()323 max_cwnd = mnet->cwnd; in sctp_find_alternate_net()
402 uint32_t max_cwnd; member
60 if ((assoc->max_cwnd > 0) && in sctp_enforce_cwnd_limit()61 (net->cwnd > assoc->max_cwnd) && in sctp_enforce_cwnd_limit()63 net->cwnd = assoc->max_cwnd; in sctp_enforce_cwnd_limit()
1216 uint32_t max_cwnd; member
3694 av->assoc_value = stcb->asoc.max_cwnd;3702 av->assoc_value = inp->max_cwnd;6833 stcb->asoc.max_cwnd = av->assoc_value;6834 if (stcb->asoc.max_cwnd > 0) {6836 if ((net->cwnd > stcb->asoc.max_cwnd) &&6838 net->cwnd = stcb->asoc.max_cwnd;6852 inp->max_cwnd = av->assoc_value;
2694 inp->max_cwnd = (*inp_p)->max_cwnd; in sctp_handle_cookie_echo()
1155 asoc->max_cwnd = inp->max_cwnd; in sctp_init_asoc()
2431 inp->max_cwnd = 0; in sctp_inpcb_alloc()