Searched refs:on_rto_idx (Results 1 – 3 of 3) sorted by relevance
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()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()[all …]
515 stream->on_rto_idx = -1;802 if (stream->on_rto_idx >= 0)940 stream->on_rto_idx, stream->on_timewait_list, stream->on_timeout_list,
255 int16_t on_rto_idx; member