Lines Matching refs:on_rto_idx
39 if (cur_stream->on_rto_idx < 0 ) { in AddtoRTOList()
54 cur_stream->on_rto_idx = offset; in AddtoRTOList()
60 cur_stream->on_rto_idx = RTO_HASH; in AddtoRTOList()
72 if (cur_stream->on_rto_idx < 0) { in RemoveFromRTOList()
77 TAILQ_REMOVE(&mtcp->rto_store->rto_list[cur_stream->on_rto_idx], in RemoveFromRTOList()
79 cur_stream->on_rto_idx = -1; in RemoveFromRTOList()
94 if (cur_stream->on_rto_idx >= 0) { in AddtoTimewaitList()
164 if (cur_stream->on_rto_idx >= 0) { in UpdateRetransmissionTimer()
256 if (cur_stream->on_rto_idx >= 0) in HandleRTO()
371 walk->on_rto_idx = offset; in RearrangeRTOStore()
412 if (walk->on_rto_idx >= 0) { in CheckRtmTimeout()
415 walk->on_rto_idx = -1; in CheckRtmTimeout()