Home
last modified time | relevance | path

Searched refs:ts_recent (Results 1 – 4 of 4) sorted by relevance

/openthread-3.7.0/third_party/tcplp/bsdtcp/
Dtcp_timewait.c137 to.to_tsecr = tp->ts_recent; in tcp_twrespond()
259 tp->ts_recent = 0; in tcp_twstart()
344 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_twcheck()
345 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_twcheck()
Dtcp_input.c914 tp->ts_recent = /*sc->sc_tsreflect*/to.to_tsval; in tcp_input()
1158 tp->ts_recent = to.to_tsval; in tcp_do_segment()
1218 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) ) { in tcp_do_segment()
1229 tp->ts_recent = to.to_tsval; in tcp_do_segment()
1778 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_do_segment()
1779 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_do_segment()
1794 tp->ts_recent = 0; in tcp_do_segment()
1922 tp->ts_recent = to.to_tsval; in tcp_do_segment()
Dtcp_var.h300 u_int32_t ts_recent; /* timestamp echo data */ member
Dtcp_output.c779 to.to_tsecr = tp->ts_recent; in tcp_output()