Searched refs:tcp_ts_getticks (Results 1 – 4 of 4) sorted by relevance
81 tcp_ts_getticks(void) in tcp_ts_getticks() function
915 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()
136 to.to_tsval = tcp_ts_getticks() + tp->ts_offset; in tcp_twrespond()
778 to.to_tsval = tcp_ts_getticks() + tp->ts_offset; in tcp_output()