Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Ddn_aqm_pie.c121 value = pie_sysctl.max_burst; in pie_sysctl_target_tupdate_maxb_handler()
136 pie_sysctl.max_burst = value; in pie_sysctl_target_tupdate_maxb_handler()
176 SYSCTL_PROC(_net_inet_ip_dummynet_pie, OID_AUTO, max_burst,
373 pst->burst_allowance = pprms->max_burst; in init_activate_pie()
533 pst->burst_allowance = pprms->max_burst; in aqm_pie_enqueue()
728 pcfg->max_burst = pie_sysctl.max_burst * AQM_TIME_1US; in aqm_pie_config()
730 pcfg->max_burst = ep->par[2]; in aqm_pie_config()
751 pcfg->max_burst = BOUND_VAR(pcfg->max_burst, 0, 10 * AQM_TIME_1S); in aqm_pie_config()
787 ep->par[2] = pcfg->max_burst / AQM_TIME_1US; in aqm_pie_getconfig()
H A Ddn_sched_fq_pie.c193 value = fq_pie_sysctl.pcfg.max_burst; in fqpie_sysctl_target_tupdate_maxb_handler()
208 fq_pie_sysctl.pcfg.max_burst = value; in fqpie_sysctl_target_tupdate_maxb_handler()
251 SYSCTL_PROC(_net_inet_ip_dummynet_fqpie, OID_AUTO, max_burst,
510 pst->burst_allowance = pprms->max_burst; in fq_activate_pie()
725 pst->burst_allowance = pprms->max_burst; in pie_enqueue()
1121 fqp_cfg->pcfg.max_burst = fq_pie_sysctl.pcfg.max_burst; in fq_pie_config()
1123 fqp_cfg->pcfg.max_burst = ep->par[2]; in fq_pie_config()
1160 fqp_cfg->pcfg.max_burst = BOUND_VAR(fqp_cfg->pcfg.max_burst, in fq_pie_config()
1193 ep->par[2] = fqp_cfg->pcfg.max_burst; in fq_pie_getconfig()
H A Ddn_aqm_pie.h62 aqm_time_t max_burst; /* AQM Max Burst Allowance (default: 150ms) */ member
/freebsd/sys/netinet/
H A Dsctp_cc_functions.c89 if ((assoc->max_burst > 0) && (cwnd_in_mtu > assoc->max_burst)) in sctp_set_initial_cc_param()
90 cwnd_in_mtu = assoc->max_burst; in sctp_set_initial_cc_param()
1237 if ((stcb->asoc.max_burst > 0) && in sctp_cwnd_update_after_packet_dropped()
1238 (stcb->asoc.max_burst * net->mtu < incr)) { in sctp_cwnd_update_after_packet_dropped()
1239 incr = stcb->asoc.max_burst * net->mtu; in sctp_cwnd_update_after_packet_dropped()
1386 if ((stcb->asoc.max_burst > 0) && (cwnd_in_mtu > stcb->asoc.max_burst)) in sctp_cwnd_new_rtcc_transmission_begins()
1387 cwnd_in_mtu = stcb->asoc.max_burst; in sctp_cwnd_new_rtcc_transmission_begins()
H A Dsctp_pcb.h323 uint32_t max_burst; member
H A Dsctp_structs.h1142 uint32_t max_burst; member
H A Dsctp_output.c10187 if (asoc->max_burst > 0) { in sctp_chunk_output()
10189 if ((net->flight_size + (asoc->max_burst * net->mtu)) < net->cwnd) { in sctp_chunk_output()
10195 asoc->cc_functions.sctp_cwnd_update_after_output(stcb, net, asoc->max_burst); in sctp_chunk_output()
10197 sctp_log_maxburst(stcb, net, 0, asoc->max_burst, SCTP_MAX_BURST_APPLIED); in sctp_chunk_output()
10265 ((asoc->max_burst == 0) || in sctp_chunk_output()
10267 (burst_cnt < asoc->max_burst))); in sctp_chunk_output()
10270 if ((asoc->max_burst > 0) && (burst_cnt >= asoc->max_burst)) { in sctp_chunk_output()
H A Dsctp_usrreq.c2012 av->assoc_value = stcb->asoc.max_burst;
2020 av->assoc_value = inp->sctp_ep.max_burst;
4938 stcb->asoc.max_burst = av->assoc_value;
4947 inp->sctp_ep.max_burst = av->assoc_value;
4956 stcb->asoc.max_burst = av->assoc_value;
H A Dsctputil.c1136 asoc->max_burst = inp->sctp_ep.max_burst; in sctp_init_asoc()
H A Dsctp_pcb.c2546 m->max_burst = SCTP_BASE_SYSCTL(sctp_max_burst_default); in sctp_inpcb_alloc()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h2686 __be32 max_burst; member
2965 __be32 max_burst; member