Home
last modified time | relevance | path

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

/linux-4.1.27/net/sctp/
Dtransport.c575 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()
Dassociola.c690 peer->burst_limited = 0; in sctp_assoc_add_peer()
/linux-4.1.27/include/net/sctp/
Dstructs.h831 __u32 burst_limited; /* Holds old cwnd when max.burst is applied */ member