Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/cc/
H A Dcc_cubic.c90 unsigned long max_cwnd; member
159 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 …]
/f-stack/freebsd/netinet/
H A Dsctp_peeloff.c133 n_inp->max_cwnd = inp->max_cwnd; in sctp_do_peeloff()
H A Dsctp_timer.c181 uint32_t max_cwnd = 0; in sctp_find_alternate_net() local
258 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()
H A Dsctp_pcb.h402 uint32_t max_cwnd; member
H A Dsctp_cc_functions.c60 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()
H A Dsctp_structs.h1216 uint32_t max_cwnd; member
H A Dsctp_usrreq.c3694 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;
H A Dsctp_input.c2694 inp->max_cwnd = (*inp_p)->max_cwnd; in sctp_handle_cookie_echo()
H A Dsctputil.c1155 asoc->max_cwnd = inp->max_cwnd; in sctp_init_asoc()
H A Dsctp_pcb.c2431 inp->max_cwnd = 0; in sctp_inpcb_alloc()