Searched refs:last_hs_used (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/netinet/
H A Dsctp_structs.h383 uint8_t last_hs_used; /* index into the last HS table entry we used */ member in struct:sctp_nets
H A Dsctp_cc_functions.c1630 for (i = net->last_hs_used; i < SCTP_HS_TABLE_SIZE; i++) {
1636 net->last_hs_used = indx;
1663 (int32_t)sctp_cwnd_adjust[net->last_hs_used].drop_percent);
1666 indx = net->last_hs_used;
1671 net->last_hs_used = 0;
1678 net->last_hs_used = indx;

Completed in 60 milliseconds