Searched refs:burst_limited (Results 1 – 4 of 4) sorted by relevance
603 if (t->burst_limited || asoc->max_burst == 0) in sctp_transport_burst_limited()609 t->burst_limited = old_cwnd; in sctp_transport_burst_limited()618 if (t->burst_limited) { in sctp_transport_burst_reset()619 t->cwnd = t->burst_limited; in sctp_transport_burst_reset()620 t->burst_limited = 0; in sctp_transport_burst_reset()648 t->burst_limited = 0; in sctp_transport_reset()
823 if (!packet->transport->burst_limited && in sctp_packet_will_fit()830 if (packet->transport->burst_limited && in sctp_packet_will_fit()831 psize + chunk_len > (packet->transport->burst_limited >> 1)) in sctp_packet_will_fit()
697 peer->burst_limited = 0; in sctp_assoc_add_peer()
847 __u32 burst_limited; /* Holds old cwnd when max.burst is applied */ member