Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dtcp_stream.c210 *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()
H A Dtcp_out.c317 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()
H A Dtimer.c508 if ((int32_t)(cur_ts - walk->last_active_ts) >= in CheckConnectionTimeout()
H A Dtcp_in.c1303 cur_stream->last_active_ts = pctx->p.cur_ts;
/mOS-networking-stack/core/src/include/
H A Dtcp_stream.h275 uint32_t last_active_ts; /* ts_last_ack_sent or ts_last_ts_upd */ member