Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_cc_functions.c1528 #define SCTP_HS_TABLE_SIZE 73 macro
1530 static const struct sctp_hs_raise_drop sctp_cwnd_adjust[SCTP_HS_TABLE_SIZE] = {
1613 indx = SCTP_HS_TABLE_SIZE - 1; in sctp_hs_cwnd_increase()
1623 for (i = net->last_hs_used; i < SCTP_HS_TABLE_SIZE; i++) { in sctp_hs_cwnd_increase()