Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_timewait.c209 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_twcheck()
250 TSTMP_LT(tp->ts_recent, to->to_tsval) : in tcp_twcheck()
H A Dtcp_output.c845 to.to_tsval = curticks + tp->ts_offset; in tcp_default_output()
1851 to->to_tsval = htonl(to->to_tsval); in tcp_addoptions()
1853 bcopy((u_char *)&to->to_tsval, optp, sizeof(to->to_tsval)); in tcp_addoptions()
1854 optp += sizeof(to->to_tsval); in tcp_addoptions()
H A Dtcp_input.c1628 tp->ts_recent = to.to_tsval; in tcp_do_segment()
1726 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) ) { in tcp_do_segment()
1736 tp->ts_recent = to.to_tsval; in tcp_do_segment()
2193 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_do_segment()
2361 tp->ts_recent = to.to_tsval; in tcp_do_segment()
3511 (char *)&to->to_tsval, sizeof(to->to_tsval)); in tcp_dooptions()
3512 to->to_tsval = ntohl(to->to_tsval); in tcp_dooptions()
H A Dtcp_syncache.c1229 TSTMP_LT(to->to_tsval, sc->sc_tsreflect)) { in syncache_expand()
1234 to->to_tsval, sc->sc_tsreflect); in syncache_expand()
1567 sc->sc_tsreflect = to->to_tsval; in syncache_add()
1702 sc->sc_tsreflect = to->to_tsval; in syncache_add()
1990 to.to_tsval = sc->sc_tsoff + tcp_ts_getticks(); in syncache_respond()
2397 sc->sc_tsreflect = to->to_tsval; in syncookie_expand()
H A Dtcp_var.h892 u_int32_t to_tsval; /* new timestamp */ member
H A Dtcp_subr.c1950 to.to_tsval = tcp_ts_getticks() + tp->ts_offset; in tcp_respond()
/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/tcp_stacks/
H A Dbbr.c8446 (TSTMP_LT(to->to_tsval, tp->ts_recent)))) { in bbr_do_fastnewdata()
8458 tp->ts_recent = to->to_tsval; in bbr_do_fastnewdata()
8578 if ((to->to_flags & TOF_TS) && __predict_false(TSTMP_LT(to->to_tsval, tp->ts_recent))) { in bbr_fastack()
8640 tp->ts_recent = to->to_tsval; in bbr_fastack()
8993 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_syn_recv()
9031 tp->ts_recent = to->to_tsval; in bbr_do_syn_recv()
9229 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_established()
9255 tp->ts_recent = to->to_tsval; in bbr_do_established()
9326 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_close_wait()
9352 tp->ts_recent = to->to_tsval; in bbr_do_close_wait()
[all …]
H A Drack.c12415 (TSTMP_LT(to->to_tsval, tp->ts_recent)))) { in rack_do_fastnewdata()
12427 tp->ts_recent = to->to_tsval; in rack_do_fastnewdata()
12541 if ((to->to_flags & TOF_TS) && __predict_false(TSTMP_LT(to->to_tsval, tp->ts_recent))) { in rack_fastack()
12598 tp->ts_recent = to->to_tsval; in rack_fastack()
12998 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_syn_recv()
13036 tp->ts_recent = to->to_tsval; in rack_do_syn_recv()
13218 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_established()
13244 tp->ts_recent = to->to_tsval; in rack_do_established()
13313 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_close_wait()
13339 tp->ts_recent = to->to_tsval; in rack_do_close_wait()
[all …]
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c872 synqe->ts = to.to_tsval; in t4_syncache_respond()