Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/khelp/
H A Dh_ertt.c279 (to->to_flags & TOF_TS) != 0 && to->to_tsecr) { in ertt_packet_measurement_hook()
296 rts = to->to_tsecr; in ertt_packet_measurement_hook()
483 txsi->rx_ts = ntohl(to->to_tsecr); in ertt_add_tx_segment_info_hook()
/f-stack/freebsd/netinet/
H A Dtcp_input.c1628 if ((to.to_flags & TOF_TS) && (to.to_tsecr != 0)) { in tcp_do_segment()
1629 to.to_tsecr -= tp->ts_offset; in tcp_do_segment()
1630 if (TSTMP_GT(to.to_tsecr, tcp_ts_getticks())) in tcp_do_segment()
1631 to.to_tsecr = 0; in tcp_do_segment()
1799 to.to_tsecr) { in tcp_do_segment()
1802 t = tcp_ts_getticks() - to.to_tsecr; in tcp_do_segment()
2852 SEQ_LT(to.to_tsecr, tp->t_badrxtwin)) in tcp_do_segment()
2869 if ((to.to_flags & TOF_TS) != 0 && to.to_tsecr) { in tcp_do_segment()
2872 t = tcp_ts_getticks() - to.to_tsecr; in tcp_do_segment()
3461 (char *)&to->to_tsecr, sizeof(to->to_tsecr)); in tcp_dooptions()
[all …]
H A Dtcp_output.c848 to.to_tsecr = tp->ts_recent; in tcp_output()
1805 to->to_tsecr = htonl(to->to_tsecr); in tcp_addoptions()
1808 bcopy((u_char *)&to->to_tsecr, optp, sizeof(to->to_tsecr)); in tcp_addoptions()
1809 optp += sizeof(to->to_tsecr); in tcp_addoptions()
H A Dtcp_timewait.c606 to.to_tsecr = tw->t_recent; in tcp_twrespond()
H A Dtcp_var.h462 u_int32_t to_tsecr; /* reflected timestamp */ member
H A Dtcp_syncache.c1997 to.to_tsecr = sc->sc_tsreflect; in syncache_respond()
H A Dtcp_subr.c1566 to.to_tsecr = tp->ts_recent; in tcp_respond()
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c6897 (to->to_tsecr != 0)) { in bbr_update_rtt()
6908 uts = bbr_ts_convert(to->to_tsecr); in bbr_update_rtt()
6910 (to->to_tsecr != 0) && in bbr_update_rtt()
7440 ts = bbr_ts_convert(to->to_tsecr); in bbr_log_ack()
8995 if (TSTMP_GEQ(t, to->to_tsecr)) { in bbr_do_syn_sent()
8996 rtt = t - to->to_tsecr; in bbr_do_syn_sent()
9165 if (TSTMP_GEQ(t, to->to_tsecr)) { in bbr_do_syn_recv()
9166 rtt = t - to->to_tsecr; in bbr_do_syn_recv()
11486 to.to_tsecr -= tp->ts_offset; in bbr_do_segment_nounlock()
11488 to.to_tsecr = 0; in bbr_do_segment_nounlock()
[all …]
H A Drack.c6720 (to->to_tsecr) && in rack_update_rtt()
6727 if (rsm->r_tim_lastsent[i] == to->to_tsecr) { in rack_update_rtt()
9317 if ((to->to_flags & TOF_TS) != 0 && to->to_tsecr) { in rack_do_syn_sent()
9320 t = tcp_ts_getticks() - to->to_tsecr; in rack_do_syn_sent()
9518 if ((to->to_flags & TOF_TS) != 0 && to->to_tsecr) { in rack_do_syn_recv()
9521 t = tcp_ts_getticks() - to->to_tsecr; in rack_do_syn_recv()
10956 if ((to.to_flags & TOF_TS) && (to.to_tsecr != 0)) { in rack_do_segment_nounlock()
10957 to.to_tsecr -= tp->ts_offset; in rack_do_segment_nounlock()
10958 if (TSTMP_GT(to.to_tsecr, cts)) in rack_do_segment_nounlock()
10959 to.to_tsecr = 0; in rack_do_segment_nounlock()
[all …]
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h462 u_int32_t to_tsecr; /* reflected timestamp */ member