HomeSort by: relevance | last modified time | path
    Searched refs:last_hs_used (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp_structs.h 201 u_int8_t last_hs_used; /* index into the last HS table entry we used */ member in struct:sctp_nets
sctp_indata.c 3406 for (i=net->last_hs_used; i<SCTP_HS_TABLE_SIZE; i++) {
3412 net->last_hs_used = indx;
3430 indx = net->last_hs_used;
3444 sctp_cwnd_adjust[net->last_hs_used].drop_percent);
3447 indx = net->last_hs_used;
3452 net->last_hs_used = 0;
3459 net->last_hs_used = indx;

Completed in 15 milliseconds