Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_seq.h81 tcp_ts_getticks(void) in tcp_ts_getticks() function
Dtcp_input.c915 tp->ts_recent_age = tcp_ts_getticks(); in tcp_input()
1120 if (TSTMP_GT(to.to_tsecr, tcp_ts_getticks())) in tcp_do_segment()
1159 tp->ts_recent_age = tcp_ts_getticks(); in tcp_do_segment()
1228 tp->ts_recent_age = tcp_ts_getticks(); in tcp_do_segment()
1264 t = tcp_ts_getticks() - to.to_tsecr; in tcp_do_segment()
1782 if (tcp_ts_getticks() - tp->ts_recent_age > TCP_PAWS_IDLE) { in tcp_do_segment()
1921 tp->ts_recent_age = tcp_ts_getticks(); in tcp_do_segment()
2330 t = tcp_ts_getticks() - to.to_tsecr; in tcp_do_segment()
Dtcp_timewait.c136 to.to_tsval = tcp_ts_getticks() + tp->ts_offset; in tcp_twrespond()
Dtcp_output.c778 to.to_tsval = tcp_ts_getticks() + tp->ts_offset; in tcp_output()