Searched refs:tcp_ts_getticks (Results 1 – 10 of 10) sorted by relevance
156 e_t->markedpkt_rtt = tcp_ts_getticks() - in marked_packet_rtt()161 e_t->markedpkt_rtt = tcp_ts_getticks() - in marked_packet_rtt()356 e_t->rtt = tcp_ts_getticks() - txsi->tx_ts + 1; in ertt_packet_measurement_hook()485 txsi->tx_ts = tcp_ts_getticks(); in ertt_add_tx_segment_info_hook()
89 tcp_ts_getticks(void) in tcp_ts_getticks() function
344 max(1, tcp_ts_getticks() - tp->gput_ts); in cc_ack_received()1458 TCP_TS_TO_TICKS(tcp_ts_getticks() - tp->rfbuf_ts) > in tcp_autorcvbuf()1630 if (TSTMP_GT(to.to_tsecr, tcp_ts_getticks())) in tcp_do_segment()1667 tp->ts_recent_age = tcp_ts_getticks(); in tcp_do_segment()1765 tp->ts_recent_age = tcp_ts_getticks(); in tcp_do_segment()1802 t = tcp_ts_getticks() - to.to_tsecr; in tcp_do_segment()2227 if (tcp_ts_getticks() - tp->ts_recent_age > TCP_PAWS_IDLE) { in tcp_do_segment()2389 tp->ts_recent_age = tcp_ts_getticks(); in tcp_do_segment()2872 t = tcp_ts_getticks() - to.to_tsecr; in tcp_do_segment()
846 curticks = tcp_ts_getticks(); in tcp_output()857 tp->rfbuf_ts = tcp_ts_getticks(); in tcp_output()1542 tp->gput_ts = tcp_ts_getticks(); in tcp_output()
605 to.to_tsval = tcp_ts_getticks() + tw->ts_offset; in tcp_twrespond()
1069 tp->ts_recent_age = tcp_ts_getticks(); in syncache_socket()1996 to.to_tsval = sc->sc_tsoff + tcp_ts_getticks(); in syncache_respond()
1565 to.to_tsval = tcp_ts_getticks() + tp->ts_offset; in tcp_respond()
762 if (tcp_ts_getticks() - tp->ts_recent_age > TCP_PAWS_IDLE) { in ctf_ts_check()
7474 cts = tcp_ts_getticks(); in rack_log_ack()7977 tsused = tcp_ts_getticks(); in rack_log_ack()8859 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_fastnewdata()9048 tp->ts_recent_age = tcp_ts_getticks(); in rack_fastack()9320 t = tcp_ts_getticks() - to->to_tsecr; in rack_do_syn_sent()9454 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_syn_recv()9521 t = tcp_ts_getticks() - to->to_tsecr; in rack_do_syn_recv()9649 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_established()9744 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_close_wait()9877 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_fin_wait_1()[all …]