Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_cc_functions.c1623 for (i = net->last_hs_used; i < SCTP_HS_TABLE_SIZE; i++) { in sctp_hs_cwnd_increase()
1629 net->last_hs_used = indx; in sctp_hs_cwnd_increase()
1656 (int32_t)sctp_cwnd_adjust[net->last_hs_used].drop_percent); in sctp_hs_cwnd_decrease()
1659 indx = net->last_hs_used; in sctp_hs_cwnd_decrease()
1664 net->last_hs_used = 0; in sctp_hs_cwnd_decrease()
1671 net->last_hs_used = indx; in sctp_hs_cwnd_decrease()
H A Dsctp_structs.h378 uint8_t last_hs_used; /* index into the last HS table entry we used */ member