Home
last modified time | relevance | path

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

/linux-4.4.14/net/sctp/
Dtransport.c391 if (asoc->fast_recovery && in sctp_transport_raise_cwnd()
393 asoc->fast_recovery = 0; in sctp_transport_raise_cwnd()
422 if (asoc->fast_recovery) in sctp_transport_raise_cwnd()
488 asoc->fast_recovery = 0; in sctp_transport_lower_cwnd()
504 if (asoc->fast_recovery) in sctp_transport_lower_cwnd()
508 asoc->fast_recovery = 1; in sctp_transport_lower_cwnd()
Doutqueue.c1225 if (asoc->fast_recovery && accum_moved) in sctp_outq_sack()
/linux-4.4.14/include/net/sctp/
Dstructs.h1644 __u8 fast_recovery; member