Home
last modified time | relevance | path

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

/Linux-v4.19/net/sctp/
Dtransport.c617 if (t->burst_limited || asoc->max_burst == 0) in sctp_transport_burst_limited()
623 t->burst_limited = old_cwnd; in sctp_transport_burst_limited()
632 if (t->burst_limited) { in sctp_transport_burst_reset()
633 t->cwnd = t->burst_limited; in sctp_transport_burst_reset()
634 t->burst_limited = 0; in sctp_transport_burst_reset()
662 t->burst_limited = 0; in sctp_transport_reset()
Doutput.c850 if (!packet->transport->burst_limited && in sctp_packet_will_fit()
857 if (packet->transport->burst_limited && in sctp_packet_will_fit()
858 psize + chunk_len > (packet->transport->burst_limited >> 1)) in sctp_packet_will_fit()
Dassociola.c710 peer->burst_limited = 0; in sctp_assoc_add_peer()
/Linux-v4.19/include/net/sctp/
Dstructs.h863 __u32 burst_limited; /* Holds old cwnd when max.burst is applied */ member