Home
last modified time | relevance | path

Searched refs:max_burst (Results 1 – 13 of 13) sorted by relevance

/third_party/gn/infra/config/generated/
Dcommit-queue.cfg8 max_burst: 4
/third_party/skia/third_party/externals/tint/infra/config/global/generated/
Dcommit-queue.cfg9 max_burst: 4
/third_party/skia/third_party/externals/dawn/infra/config/global/generated/
Dcommit-queue.cfg9 max_burst: 4
/third_party/flutter/skia/third_party/externals/dawn/infra/config/global/
Dcommit-queue.cfg6 max_burst: 4
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_cc_functions.c90 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()
Dsctp_pcb.h413 uint32_t max_burst; member
Dsctp_structs.h1207 uint32_t max_burst; member
Dsctp_output.c10704 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)) {
Dsctp_usrreq.c2623 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;
Dsctputil.c1168 asoc->max_burst = inp->sctp_ep.max_burst; in sctp_init_asoc()
Dsctp_pcb.c3010 m->max_burst = SCTP_BASE_SYSCTL(sctp_max_burst_default);
/third_party/flutter/skia/third_party/externals/angle2/infra/config/global/
Dcommit-queue.cfg6 max_burst: 4
/third_party/skia/third_party/externals/angle2/infra/config/generated/
Dcommit-queue.cfg9 max_burst: 4