Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/khelp/
Dh_ertt.c323 TSTMP_LT(to->to_tsval, txsi->rx_ts)) { in ertt_packet_measurement_hook()
481 txsi->tx_ts = ntohl(to->to_tsval) - in ertt_add_tx_segment_info_hook()
/freebsd-12-stable/sys/netinet/
Dtcp_output.c830 to.to_tsval = curticks + tp->ts_offset; in tcp_output()
1747 to->to_tsval = htonl(to->to_tsval); in tcp_addoptions()
1749 bcopy((u_char *)&to->to_tsval, optp, sizeof(to->to_tsval)); in tcp_addoptions()
1750 optp += sizeof(to->to_tsval); in tcp_addoptions()
Dtcp_timewait.c423 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_twcheck()
604 to.to_tsval = tcp_ts_getticks() + tw->ts_offset; in tcp_twrespond()
Dtcp_input.c1681 tp->ts_recent = to.to_tsval; in tcp_do_segment()
1771 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) ) { in tcp_do_segment()
1782 tp->ts_recent = to.to_tsval; in tcp_do_segment()
2242 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_do_segment()
2410 tp->ts_recent = to.to_tsval; in tcp_do_segment()
3411 (char *)&to->to_tsval, sizeof(to->to_tsval)); in tcp_dooptions()
3412 to->to_tsval = ntohl(to->to_tsval); in tcp_dooptions()
Dtcp_syncache.c1120 TSTMP_LT(to->to_tsval, sc->sc_tsreflect)) { in syncache_expand()
1126 to->to_tsval, sc->sc_tsreflect); in syncache_expand()
1460 sc->sc_tsreflect = to->to_tsval; in syncache_add()
1567 sc->sc_tsreflect = to->to_tsval; in syncache_add()
1822 to.to_tsval = sc->sc_tsoff + tcp_ts_getticks(); in syncache_respond()
2202 sc->sc_tsreflect = to->to_tsval; in syncookie_lookup()
Dtcp_var.h402 u_int32_t to_tsval; /* new timestamp */ member
Dtcp_subr.c1471 to.to_tsval = tcp_ts_getticks() + tp->ts_offset; in tcp_respond()
/freebsd-12-stable/sys/netinet/tcp_stacks/
Drack.c5111 (TSTMP_LT(to->to_tsval, tp->ts_recent)))) { in rack_do_fastnewdata()
5123 tp->ts_recent = to->to_tsval; in rack_do_fastnewdata()
5237 if ((to->to_flags & TOF_TS) && __predict_false(TSTMP_LT(to->to_tsval, tp->ts_recent))) { in rack_fastack()
5271 tp->ts_recent = to->to_tsval; in rack_fastack()
5576 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_syn_recv()
5613 tp->ts_recent = to->to_tsval; in rack_do_syn_recv()
5787 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_established()
5813 tp->ts_recent = to->to_tsval; in rack_do_established()
5880 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_close_wait()
5906 tp->ts_recent = to->to_tsval; in rack_do_close_wait()
[all …]
/freebsd-12-stable/sys/dev/cxgbe/tom/
Dt4_listen.c729 synqe->ts = to.to_tsval; in t4_syncache_respond()