Home
last modified time | relevance | path

Searched refs:to_tsecr (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/netinet/khelp/
H A Dh_ertt.c276 (to->to_flags & TOF_TS) != 0 && to->to_tsecr) { in ertt_packet_measurement_hook()
293 rts = to->to_tsecr; in ertt_packet_measurement_hook()
480 txsi->rx_ts = ntohl(to->to_tsecr); in ertt_add_tx_segment_info_hook()
/freebsd/sys/netinet/
H A Dtcp_input.c1636 to.to_tsecr -= tp->ts_offset; in tcp_do_segment()
1637 if (TSTMP_GT(to.to_tsecr, tcp_ts_getticks())) { in tcp_do_segment()
1638 to.to_tsecr = 0; in tcp_do_segment()
1642 TSTMP_LT(to.to_tsecr, tp->t_badrxtwin)) { in tcp_do_segment()
1815 to.to_tsecr) { in tcp_do_segment()
1818 t = tcp_ts_getticks() - to.to_tsecr; in tcp_do_segment()
2913 to.to_tsecr != 0 && in tcp_do_segment()
2914 TSTMP_LT(to.to_tsecr, tp->t_badrxtwin)) in tcp_do_segment()
2934 t = tcp_ts_getticks() - to.to_tsecr; in tcp_do_segment()
3547 (char *)&to->to_tsecr, sizeof(to->to_tsecr)); in tcp_dooptions()
[all …]
H A Dtcp_output.c846 to.to_tsecr = tp->ts_recent; in tcp_default_output()
1846 to->to_tsecr = htonl(to->to_tsecr); in tcp_addoptions()
1849 bcopy((u_char *)&to->to_tsecr, optp, sizeof(to->to_tsecr)); in tcp_addoptions()
1850 optp += sizeof(to->to_tsecr); in tcp_addoptions()
H A Dtcp_var.h867 u_int32_t to_tsecr; /* reflected timestamp */ member
H A Dtcp_syncache.c1958 to.to_tsecr = sc->sc_tsreflect; in syncache_respond()
H A Dtcp_subr.c1967 to.to_tsecr = tp->ts_recent; in tcp_respond()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c6808 (to->to_tsecr != 0)) { in bbr_update_rtt()
6819 uts = bbr_ts_convert(to->to_tsecr); in bbr_update_rtt()
6821 (to->to_tsecr != 0) && in bbr_update_rtt()
7350 ts = bbr_ts_convert(to->to_tsecr); in bbr_log_ack()
8878 if (TSTMP_GEQ(t, to->to_tsecr)) { in bbr_do_syn_sent()
8879 rtt = t - to->to_tsecr; in bbr_do_syn_sent()
9052 if (TSTMP_GEQ(t, to->to_tsecr)) { in bbr_do_syn_recv()
9053 rtt = t - to->to_tsecr; in bbr_do_syn_recv()
11363 to.to_tsecr -= tp->ts_offset; in bbr_do_segment_nounlock()
11365 to.to_tsecr = 0; in bbr_do_segment_nounlock()
[all …]
H A Drack.c9663 (to->to_tsecr) && in rack_update_rtt()
11123 (to->to_tsecr != 0) && in rack_process_to_cumack()
13915 t = (mcts - to->to_tsecr) * HPTS_USEC_IN_MSEC; in rack_do_syn_recv()
16560 to->to_tsecr = ae->ts_echo; in rack_do_compressed_ack_processing()
16568 to->to_tsecr = 0; in rack_do_compressed_ack_processing()
17469 to.to_tsecr -= tp->ts_offset; in rack_do_segment_nounlock()
17470 if (TSTMP_GT(to.to_tsecr, ms_cts)) in rack_do_segment_nounlock()
17471 to.to_tsecr = 0; in rack_do_segment_nounlock()
19422 to.to_tsecr = tp->ts_recent; in rack_fast_rsm_output()
20002 to.to_tsecr = tp->ts_recent; in rack_fast_output()
[all …]
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c1446 to->to_tsecr = synqe->ts; in synqe_to_protohdrs()