Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dtimer.c36 mtcp->rto_store->rto_now_ts = cur_stream->sndvar->ts_rto; in AddtoRTOList()
49 int diff = (int32_t)(cur_stream->sndvar->ts_rto - mtcp->rto_store->rto_now_ts); in AddtoRTOList()
364 int diff = (int32_t)(mtcp->rto_store->rto_now_ts - walk->sndvar->ts_rto); in RearrangeRTOStore()
398 if ((int32_t)(cur_ts - mtcp->rto_store->rto_now_ts) < 0) { in CheckRtmTimeout()
429 mtcp->rto_store->rto_now_ts++; in CheckRtmTimeout()
/mOS-networking-stack/core/src/include/
H A Dtimer.h30 uint32_t rto_now_ts; // member