Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dtimer.c35 mtcp->rto_store->rto_now_idx = 0; in AddtoRTOList()
53 int offset= ((diff + mtcp->rto_store->rto_now_idx) & (RTO_HASH - 1)); in AddtoRTOList()
367 int offset = ((diff + mtcp->rto_store->rto_now_idx) & (RTO_HASH - 1)); in RearrangeRTOStore()
397 rto_list = &mtcp->rto_store->rto_list[mtcp->rto_store->rto_now_idx]; in CheckRtmTimeout()
428 mtcp->rto_store->rto_now_idx = ((mtcp->rto_store->rto_now_idx + 1) & (RTO_HASH - 1)); in CheckRtmTimeout()
430 if (!((mtcp->rto_store->rto_now_idx & (1024 - 1)))) { in CheckRtmTimeout()
/mOS-networking-stack/core/src/include/
H A Dtimer.h29 uint32_t rto_now_idx; // pointing the hs_table_s index member