Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_peeloff.c135 n_inp->max_cwnd = inp->max_cwnd; in sctp_do_peeloff()
240 n_inp->max_cwnd = inp->max_cwnd; in sctp_get_peeloff()
Dsctp_timer.c187 uint32_t max_cwnd = 0; local
254 if (max_cwnd < mnet->cwnd) {
256 max_cwnd = mnet->cwnd;
257 } else if (max_cwnd == mnet->cwnd) {
274 max_cwnd = mnet->cwnd; /* Useless? */
297 if (max_cwnd < mnet->cwnd) {
299 max_cwnd = mnet->cwnd;
300 } else if (max_cwnd == mnet->cwnd) {
318 max_cwnd = mnet->cwnd;
Dsctp_pcb.h492 uint32_t max_cwnd; member
Dsctp_cc_functions.c64 if ((assoc->max_cwnd > 0) && in sctp_enforce_cwnd_limit()
65 (net->cwnd > assoc->max_cwnd) && in sctp_enforce_cwnd_limit()
67 net->cwnd = assoc->max_cwnd ; in sctp_enforce_cwnd_limit()
Dsctp_structs.h1273 uint32_t max_cwnd; member
Dsctp_usrreq.c4406 av->assoc_value = stcb->asoc.max_cwnd;
4414 av->assoc_value = inp->max_cwnd;
7715 stcb->asoc.max_cwnd = av->assoc_value;
7716 if (stcb->asoc.max_cwnd > 0) {
7718 if ((net->cwnd > stcb->asoc.max_cwnd) &&
7720 net->cwnd = stcb->asoc.max_cwnd;
7734 inp->max_cwnd = av->assoc_value;
Dsctp_input.c3033 inp->max_cwnd = (*inp_p)->max_cwnd;
Dsctputil.c1185 asoc->max_cwnd = inp->max_cwnd; in sctp_init_asoc()
Dsctp_pcb.c2825 inp->max_cwnd = 0;