Searched refs:max_burst (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/netinet/
H A Dsctp_cc_functions.c71 if ((assoc->max_burst > 0) && (cwnd_in_mtu > assoc->max_burst))
72 cwnd_in_mtu = assoc->max_burst;
1219 if ((stcb->asoc.max_burst > 0) &&
1220 (stcb->asoc.max_burst * net->mtu < incr)) {
1221 incr = stcb->asoc.max_burst * net->mtu;
1368 if ((stcb->asoc.max_burst > 0) && (cwnd_in_mtu > stcb->asoc.max_burst))
1369 cwnd_in_mtu = stcb->asoc.max_burst;
H A Dsctp_pcb.h328 uint32_t max_burst; member in struct:sctp_pcb
H A Dsctp_structs.h1129 uint32_t max_burst; member in struct:sctp_association
H A Dsctp_output.c10090 * { burst_limit = asoc->max_burst *
10093 if (asoc->max_burst > 0) {
10095 if ((net->flight_size + (asoc->max_burst * net->mtu)) < net->cwnd) {
10101 asoc->cc_functions.sctp_cwnd_update_after_output(stcb, net, asoc->max_burst);
10103 sctp_log_maxburst(stcb, net, 0, asoc->max_burst, SCTP_MAX_BURST_APPLIED);
10174 ((asoc->max_burst == 0) ||
10176 (burst_cnt < asoc->max_burst)));
10179 if ((asoc->max_burst > 0) && (burst_cnt >= asoc->max_burst)) {
H A Dsctp_usrreq.c2071 av->assoc_value = stcb->asoc.max_burst;
2078 av->assoc_value = inp->sctp_ep.max_burst;
4408 stcb->asoc.max_burst = av->assoc_value;
4416 inp->sctp_ep.max_burst = av->assoc_value;
4424 stcb->asoc.max_burst = av->assoc_value;
H A Dsctputil.c902 asoc->max_burst = inp->sctp_ep.max_burst;
H A Dsctp_pcb.c2608 m->max_burst = SCTP_BASE_SYSCTL(sctp_max_burst_default);
/freebsd-9.3-release/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h2338 __be32 max_burst; member in struct:fw_foiscsi_ctrl_wr::fw_foiscsi_sess_attr

Completed in 222 milliseconds