Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_cc_functions.c1628 static const struct sctp_hs_raise_drop sctp_cwnd_adjust[SCTP_HS_TABLE_SIZE] = { variable
1713 if (cur_val < sctp_cwnd_adjust[0].cwnd) { in sctp_hs_cwnd_increase()
1722 if (cur_val < sctp_cwnd_adjust[i].cwnd) { in sctp_hs_cwnd_increase()
1728 incr = (((int32_t)sctp_cwnd_adjust[indx].increase) << 10); in sctp_hs_cwnd_increase()
1744 if (cur_val < sctp_cwnd_adjust[0].cwnd) { in sctp_hs_cwnd_decrease()
1754 (int32_t)sctp_cwnd_adjust[net->last_hs_used].drop_percent); in sctp_hs_cwnd_decrease()
1760 if (cur_val < sctp_cwnd_adjust[0].cwnd) { in sctp_hs_cwnd_decrease()
1765 if (cur_val > sctp_cwnd_adjust[i - 1].cwnd) { in sctp_hs_cwnd_decrease()