Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/khelp/
H A Dh_ertt.c156 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()
/f-stack/tools/compat/include/netinet/
H A Dtcp_seq.h89 tcp_ts_getticks(void) in tcp_ts_getticks() function
/f-stack/freebsd/netinet/
H A Dtcp_seq.h89 tcp_ts_getticks(void) in tcp_ts_getticks() function
H A Dtcp_input.c344 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()
H A Dtcp_output.c846 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()
H A Dtcp_timewait.c605 to.to_tsval = tcp_ts_getticks() + tw->ts_offset; in tcp_twrespond()
H A Dtcp_syncache.c1069 tp->ts_recent_age = tcp_ts_getticks(); in syncache_socket()
1996 to.to_tsval = sc->sc_tsoff + tcp_ts_getticks(); in syncache_respond()
H A Dtcp_subr.c1565 to.to_tsval = tcp_ts_getticks() + tp->ts_offset; in tcp_respond()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.c762 if (tcp_ts_getticks() - tp->ts_recent_age > TCP_PAWS_IDLE) { in ctf_ts_check()
H A Drack.c7474 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 …]