Home
last modified time | relevance | path

Searched refs:on_rto_idx (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/core/src/
H A Dtimer.c39 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 …]
H A Dtcp_stream.c515 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,
/mOS-networking-stack/core/src/include/
H A Dtcp_stream.h255 int16_t on_rto_idx; member