Home
last modified time | relevance | path

Searched refs:TS_TO_USEC (Results 1 – 5 of 5) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dtcp_in.h56 #define TS_TO_USEC(t) ((t) * TIME_TICK) macro
57 #define TS_TO_MSEC(t) (TS_TO_USEC(t) / 1000)
/mOS-networking-stack/core/src/
H A Dtcp_stream.c213 TS_TO_USEC(stream->last_active_ts) : in GetLastTimestamp()
214 TS_TO_USEC(stream->pair_stream->last_active_ts); in GetLastTimestamp()
H A Dmos_api.c836 return TS_TO_USEC(mtcp->cur_ts); in mtcp_cb_get_ts()
H A Dtcp_in.c121 TS_TO_USEC(pctx->p.cur_ts - cur_stream->rcvvar->ts_last_ts_upd)); in ValidateSequence()
H A Dcore.c935 thresh = (int)mtcp->flow_cnt / (TS_TO_USEC(PER_STREAM_TCHECK)); in RunMainLoop()