Home
last modified time | relevance | path

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

/freebsd/sys/netinet/khelp/
H A Dh_ertt.c153 e_t->markedpkt_rtt = tcp_ts_getticks() - in marked_packet_rtt()
158 e_t->markedpkt_rtt = tcp_ts_getticks() - in marked_packet_rtt()
353 e_t->rtt = tcp_ts_getticks() - txsi->tx_ts + 1; in ertt_packet_measurement_hook()
482 txsi->tx_ts = tcp_ts_getticks(); in ertt_add_tx_segment_info_hook()
/freebsd/sys/netinet/
H A Dtcp_seq.h87 tcp_ts_getticks(void) in tcp_ts_getticks() function
H A Dtcp_input.c324 max(1, tcp_ts_getticks() - tp->gput_ts); in cc_ack_received()
1479 TCP_TS_TO_TICKS(tcp_ts_getticks() - tp->rfbuf_ts) > in tcp_autorcvbuf()
1636 if (TSTMP_GT(to.to_tsecr, tcp_ts_getticks())) { in tcp_do_segment()
1673 tp->ts_recent_age = tcp_ts_getticks(); in tcp_do_segment()
1779 tp->ts_recent_age = tcp_ts_getticks(); in tcp_do_segment()
1817 t = tcp_ts_getticks() - to.to_tsecr; in tcp_do_segment()
2240 if (tcp_ts_getticks() - tp->ts_recent_age > TCP_PAWS_IDLE) { in tcp_do_segment()
2407 tp->ts_recent_age = tcp_ts_getticks(); in tcp_do_segment()
2988 t = tcp_ts_getticks() - to.to_tsecr; in tcp_do_segment()
H A Dtcp_output.c847 curticks = tcp_ts_getticks(); in tcp_default_output()
858 tp->rfbuf_ts = tcp_ts_getticks(); in tcp_default_output()
1585 tp->gput_ts = tcp_ts_getticks(); in tcp_default_output()
H A Dtcp_syncache.c939 tp->ts_recent_age = tcp_ts_getticks(); in syncache_socket()
1937 to.to_tsval = sc->sc_tsoff + tcp_ts_getticks(); in syncache_respond()
H A Dtcp_subr.c1958 to.to_tsval = tcp_ts_getticks() + tp->ts_offset; in tcp_respond()
/freebsd/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c798 if (tcp_ts_getticks() - tp->ts_recent_age > TCP_PAWS_IDLE) { in ctf_ts_check()
829 if (tcp_ts_getticks() - tp->ts_recent_age > TCP_PAWS_IDLE) { in ctf_ts_check_ac()
H A Drack.c12575 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_fastnewdata()
12746 tp->ts_recent_age = tcp_ts_getticks(); in rack_fastack()
13046 mcts = tcp_ts_getticks(); in rack_do_syn_sent()
13184 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_syn_recv()
13261 mcts = tcp_ts_getticks(); in rack_do_syn_recv()
13392 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_established()
13487 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_close_wait()
13619 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_fin_wait_1()
13734 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_closing()
13836 tp->ts_recent_age = tcp_ts_getticks(); in rack_do_lastack()
[all...]
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c317 tp->ts_recent_age = tcp_ts_getticks(); in assign_rxopt()
1865 tp->ts_recent_age = tcp_ts_getticks(); in do_fw4_ack()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c5692 tstamp = tcp_ts_getticks(); in ktls_tick()