Home
last modified time | relevance | path

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

/freebsd/sys/netinet/khelp/
H A Dh_ertt.c320 TSTMP_LT(to->to_tsval, txsi->rx_ts)) { in ertt_packet_measurement_hook()
478 txsi->tx_ts = ntohl(to->to_tsval) - in ertt_add_tx_segment_info_hook()
/freebsd/sys/netinet/
H A Dtcp_output.c848 to.to_tsval = curticks + tp->ts_offset; in tcp_default_output()
1863 to->to_tsval = htonl(to->to_tsval); in tcp_addoptions()
1865 bcopy((u_char *)&to->to_tsval, optp, sizeof(to->to_tsval)); in tcp_addoptions()
1866 optp += sizeof(to->to_tsval); in tcp_addoptions()
H A Dtcp_timewait.c199 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_twcheck()
H A Dtcp_syncache.c1191 TSTMP_LT(to->to_tsval, sc->sc_tsreflect)) { in syncache_expand()
1197 to->to_tsval, sc->sc_tsreflect); in syncache_expand()
1530 sc->sc_tsreflect = to->to_tsval; in syncache_add()
1661 sc->sc_tsreflect = to->to_tsval; in syncache_add()
1937 to.to_tsval = sc->sc_tsoff + tcp_ts_getticks(); in syncache_respond()
2334 sc->sc_tsreflect = to->to_tsval; in syncookie_lookup()
H A Dtcp_input.c1668 tp->ts_recent = to.to_tsval; in tcp_do_segment()
1766 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) ) { in tcp_do_segment()
1776 tp->ts_recent = to.to_tsval; in tcp_do_segment()
2236 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_do_segment()
2406 tp->ts_recent = to.to_tsval; in tcp_do_segment()
3590 (char *)&to->to_tsval, sizeof(to->to_tsval)); in tcp_dooptions()
3591 to->to_tsval = ntohl(to->to_tsval); in tcp_dooptions()
H A Dtcp_var.h876 u_int32_t to_tsval; /* new timestamp */ member
H A Dtcp_subr.c1958 to.to_tsval = tcp_ts_getticks() + tp->ts_offset; in tcp_respond()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c8453 (TSTMP_LT(to->to_tsval, tp->ts_recent)))) { in bbr_do_fastnewdata()
8465 tp->ts_recent = to->to_tsval; in bbr_do_fastnewdata()
8585 if ((to->to_flags & TOF_TS) && __predict_false(TSTMP_LT(to->to_tsval, tp->ts_recent))) { in bbr_fastack()
8647 tp->ts_recent = to->to_tsval; in bbr_fastack()
9000 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_syn_recv()
9038 tp->ts_recent = to->to_tsval; in bbr_do_syn_recv()
9236 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_established()
9262 tp->ts_recent = to->to_tsval; in bbr_do_established()
9333 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_close_wait()
9359 tp->ts_recent = to->to_tsval; in bbr_do_close_wait()
[all …]
H A Drack.c12541 (TSTMP_LT(to->to_tsval, tp->ts_recent)))) { in rack_do_fastnewdata()
12553 tp->ts_recent = to->to_tsval; in rack_do_fastnewdata()
12667 if ((to->to_flags & TOF_TS) && __predict_false(TSTMP_LT(to->to_tsval, tp->ts_recent))) { in rack_fastack()
12724 tp->ts_recent = to->to_tsval; in rack_fastack()
13124 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_syn_recv()
13162 tp->ts_recent = to->to_tsval; in rack_do_syn_recv()
13344 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_established()
13370 tp->ts_recent = to->to_tsval; in rack_do_established()
13439 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_close_wait()
13465 tp->ts_recent = to->to_tsval; in rack_do_close_wait()
[all …]
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c871 synqe->ts = to.to_tsval; in t4_syncache_respond()