Searched refs:last_active_ts (Results 1 – 5 of 5) sorted by relevance
210 *usecs = (stream->last_active_ts > in GetLastTimestamp()211 stream->pair_stream->last_active_ts) in GetLastTimestamp()213 TS_TO_USEC(stream->last_active_ts) : in GetLastTimestamp()214 TS_TO_USEC(stream->pair_stream->last_active_ts); in GetLastTimestamp()
317 cur_stream->last_active_ts = cur_ts; in SendTCPPacket()1001 cur_stream->last_active_ts = pctx->p.cur_ts; in UpdatePassiveSendTCPContext_SynSent()1032 cur_stream->last_active_ts = pctx->p.cur_ts; in UpdatePassiveSendTCPContext()
508 if ((int32_t)(cur_ts - walk->last_active_ts) >= in CheckConnectionTimeout()
1303 cur_stream->last_active_ts = pctx->p.cur_ts;
275 uint32_t last_active_ts; /* ts_last_ack_sent or ts_last_ts_upd */ member