Searched refs:rto_store (Results 1 – 3 of 3) sorted by relevance
35 mtcp->rto_store->rto_now_idx = 0; in AddtoRTOList()36 mtcp->rto_store->rto_now_ts = cur_stream->sndvar->ts_rto; in AddtoRTOList()55 TAILQ_INSERT_TAIL(&(mtcp->rto_store->rto_list[offset]), in AddtoRTOList()61 TAILQ_INSERT_TAIL(&(mtcp->rto_store->rto_list[RTO_HASH]), in AddtoRTOList()368 if (!TAILQ_EMPTY(&mtcp->rto_store->rto_list[RTO_HASH])) { in RearrangeRTOStore()369 TAILQ_REMOVE(&mtcp->rto_store->rto_list[RTO_HASH], in RearrangeRTOStore()372 TAILQ_INSERT_TAIL(&(mtcp->rto_store->rto_list[offset]), 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()429 mtcp->rto_store->rto_now_ts++; in CheckRtmTimeout()[all …]
1274 mtcp->rto_store = InitRTOHashstore(); in InitializeMTCPManager()
262 struct rto_hashstore* rto_store; member