Searched refs:max_burst (Results 1 – 13 of 13) sorted by relevance
8 max_burst: 4
9 max_burst: 4
6 max_burst: 4
90 if ((assoc->max_burst > 0) && (cwnd_in_mtu > assoc->max_burst)) in sctp_set_initial_cc_param()91 cwnd_in_mtu = assoc->max_burst; in sctp_set_initial_cc_param()1327 if ((stcb->asoc.max_burst > 0) && in sctp_cwnd_update_after_packet_dropped()1328 (stcb->asoc.max_burst * net->mtu < incr)) { in sctp_cwnd_update_after_packet_dropped()1329 incr = stcb->asoc.max_burst * net->mtu; in sctp_cwnd_update_after_packet_dropped()1481 if ((stcb->asoc.max_burst > 0) && (cwnd_in_mtu > stcb->asoc.max_burst)) in sctp_cwnd_new_rtcc_transmission_begins()1482 cwnd_in_mtu = stcb->asoc.max_burst; in sctp_cwnd_new_rtcc_transmission_begins()
413 uint32_t max_burst; member
1207 uint32_t max_burst; member
10704 if (asoc->max_burst > 0) {10706 if ((net->flight_size + (asoc->max_burst * net->mtu)) < net->cwnd) {10708 asoc->cc_functions.sctp_cwnd_update_after_output(stcb, net, asoc->max_burst);10710 sctp_log_maxburst(stcb, net, 0, asoc->max_burst, SCTP_MAX_BURST_APPLIED);10776 ((asoc->max_burst == 0) ||10778 (burst_cnt < asoc->max_burst)));10781 if ((asoc->max_burst > 0) && (burst_cnt >= asoc->max_burst)) {
2623 av->assoc_value = stcb->asoc.max_burst;2631 av->assoc_value = inp->sctp_ep.max_burst;5758 stcb->asoc.max_burst = av->assoc_value;5767 inp->sctp_ep.max_burst = av->assoc_value;5776 stcb->asoc.max_burst = av->assoc_value;
1168 asoc->max_burst = inp->sctp_ep.max_burst; in sctp_init_asoc()
3010 m->max_burst = SCTP_BASE_SYSCTL(sctp_max_burst_default);