Home
last modified time | relevance | path

Searched refs:burst_limited (Results 1 – 4 of 4) sorted by relevance

/linux/net/sctp/
H A Dtransport.c759 if (t->burst_limited || asoc->max_burst == 0) in sctp_transport_burst_limited()
765 t->burst_limited = old_cwnd; in sctp_transport_burst_limited()
774 if (t->burst_limited) { in sctp_transport_burst_reset()
775 t->cwnd = t->burst_limited; in sctp_transport_burst_reset()
776 t->burst_limited = 0; in sctp_transport_burst_reset()
804 t->burst_limited = 0; in sctp_transport_reset()
H A Doutput.c853 if (!packet->transport->burst_limited && in sctp_packet_will_fit()
860 if (packet->transport->burst_limited && in sctp_packet_will_fit()
861 psize + chunk_len > (packet->transport->burst_limited >> 1)) in sctp_packet_will_fit()
H A Dassociola.c712 peer->burst_limited = 0; in sctp_assoc_add_peer()
/linux/include/net/sctp/
H A Dstructs.h843 __u32 burst_limited; /* Holds old cwnd when max.burst is applied */ member