Searched refs:burst_limited (Results 1 – 3 of 3) sorted by relevance
575 if (t->burst_limited || asoc->max_burst == 0) in sctp_transport_burst_limited()581 t->burst_limited = old_cwnd; in sctp_transport_burst_limited()590 if (t->burst_limited) { in sctp_transport_burst_reset()591 t->cwnd = t->burst_limited; in sctp_transport_burst_reset()592 t->burst_limited = 0; in sctp_transport_burst_reset()620 t->burst_limited = 0; in sctp_transport_reset()
690 peer->burst_limited = 0; in sctp_assoc_add_peer()
831 __u32 burst_limited; /* Holds old cwnd when max.burst is applied */ member