Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/khelp/
H A 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()
/f-stack/freebsd/netinet/
H A Dtcp_output.c847 to.to_tsval = curticks + tp->ts_offset; in tcp_output()
1804 to->to_tsval = htonl(to->to_tsval); in tcp_addoptions()
1806 bcopy((u_char *)&to->to_tsval, optp, sizeof(to->to_tsval)); in tcp_addoptions()
1807 optp += sizeof(to->to_tsval); in tcp_addoptions()
H A Dtcp_timewait.c424 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_twcheck()
605 to.to_tsval = tcp_ts_getticks() + tw->ts_offset; in tcp_twrespond()
H A Dtcp_input.c1666 tp->ts_recent = to.to_tsval; in tcp_do_segment()
1756 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) ) { in tcp_do_segment()
1766 tp->ts_recent = to.to_tsval; in tcp_do_segment()
2225 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_do_segment()
2390 tp->ts_recent = to.to_tsval; in tcp_do_segment()
3458 (char *)&to->to_tsval, sizeof(to->to_tsval)); in tcp_dooptions()
3459 to->to_tsval = ntohl(to->to_tsval); in tcp_dooptions()
H A Dtcp_syncache.c1274 TSTMP_LT(to->to_tsval, sc->sc_tsreflect)) { in syncache_expand()
1280 to->to_tsval, sc->sc_tsreflect); in syncache_expand()
1618 sc->sc_tsreflect = to->to_tsval; in syncache_add()
1736 sc->sc_tsreflect = to->to_tsval; in syncache_add()
1996 to.to_tsval = sc->sc_tsoff + tcp_ts_getticks(); in syncache_respond()
2372 sc->sc_tsreflect = to->to_tsval; in syncookie_lookup()
H A Dtcp_var.h461 u_int32_t to_tsval; /* new timestamp */ member
H A Dtcp_subr.c1565 to.to_tsval = tcp_ts_getticks() + tp->ts_offset; in tcp_respond()
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c8542 tp->ts_recent = to->to_tsval; in bbr_do_fastnewdata()
8740 tp->ts_recent = to->to_tsval; in bbr_fastack()
9135 tp->ts_recent = to->to_tsval; in bbr_do_syn_recv()
9349 tp->ts_recent = to->to_tsval; in bbr_do_established()
9445 tp->ts_recent = to->to_tsval; in bbr_do_close_wait()
9578 tp->ts_recent = to->to_tsval; in bbr_do_fin_wait_1()
9705 tp->ts_recent = to->to_tsval; in bbr_do_closing()
9818 tp->ts_recent = to->to_tsval; in bbr_do_lastack()
9938 tp->ts_recent = to->to_tsval; in bbr_do_fin_wait_2()
11524 tp->ts_recent = to.to_tsval; in bbr_do_segment_nounlock()
[all …]
H A Drack.c8860 tp->ts_recent = to->to_tsval; in rack_do_fastnewdata()
9049 tp->ts_recent = to->to_tsval; in rack_fastack()
9455 tp->ts_recent = to->to_tsval; in rack_do_syn_recv()
9650 tp->ts_recent = to->to_tsval; in rack_do_established()
9745 tp->ts_recent = to->to_tsval; in rack_do_close_wait()
9878 tp->ts_recent = to->to_tsval; in rack_do_fin_wait_1()
10001 tp->ts_recent = to->to_tsval; in rack_do_closing()
10110 tp->ts_recent = to->to_tsval; in rack_do_lastack()
10221 tp->ts_recent = to->to_tsval; in rack_do_fin_wait_2()
11004 tp->ts_recent = to.to_tsval; in rack_do_segment_nounlock()
[all …]
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h461 u_int32_t to_tsval; /* new timestamp */ member