Searched refs:TS_TO_USEC (Results 1 – 5 of 5) sorted by relevance
56 #define TS_TO_USEC(t) ((t) * TIME_TICK) macro57 #define TS_TO_MSEC(t) (TS_TO_USEC(t) / 1000)
213 TS_TO_USEC(stream->last_active_ts) : in GetLastTimestamp()214 TS_TO_USEC(stream->pair_stream->last_active_ts); in GetLastTimestamp()
836 return TS_TO_USEC(mtcp->cur_ts); in mtcp_cb_get_ts()
121 TS_TO_USEC(pctx->p.cur_ts - cur_stream->rcvvar->ts_last_ts_upd)); in ValidateSequence()
935 thresh = (int)mtcp->flow_cnt / (TS_TO_USEC(PER_STREAM_TCHECK)); in RunMainLoop()