Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_cc_functions.c1721 for (i = net->last_hs_used; i < SCTP_HS_TABLE_SIZE; i++) { in sctp_hs_cwnd_increase()
1727 net->last_hs_used = indx; in sctp_hs_cwnd_increase()
1754 (int32_t)sctp_cwnd_adjust[net->last_hs_used].drop_percent); in sctp_hs_cwnd_decrease()
1757 indx = net->last_hs_used; in sctp_hs_cwnd_decrease()
1762 net->last_hs_used = 0; in sctp_hs_cwnd_decrease()
1769 net->last_hs_used = indx; in sctp_hs_cwnd_decrease()
Dsctp_structs.h433 uint8_t last_hs_used; /* index into the last HS table entry we used */ member