Searched refs:max_cwnd (Results 1 – 9 of 9) sorted by relevance
135 n_inp->max_cwnd = inp->max_cwnd; in sctp_do_peeloff()240 n_inp->max_cwnd = inp->max_cwnd; in sctp_get_peeloff()
187 uint32_t max_cwnd = 0; local254 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;
492 uint32_t max_cwnd; member
64 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()
1273 uint32_t max_cwnd; member
4406 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;
3033 inp->max_cwnd = (*inp_p)->max_cwnd;
1185 asoc->max_cwnd = inp->max_cwnd; in sctp_init_asoc()
2825 inp->max_cwnd = 0;