Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/tcp_stacks/
HDfastpath.c224 tp->ts_recent = to->to_tsval; in tcp_do_fastack()
370 tp->ts_recent = to->to_tsval; in tcp_do_fastnewdata()
791 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in tcp_do_slowpath()
949 tp->ts_recent = to->to_tsval; in tcp_do_slowpath()
1898 tp->ts_recent = to.to_tsval; in tcp_do_segment_fastslow()
1952 TSTMP_GEQ(to.to_tsval, tp->ts_recent)))) { in tcp_do_segment_fastslow()
2028 if((to->to_flags & TOF_TS) && __predict_false(TSTMP_LT(to->to_tsval, tp->ts_recent))) { in tcp_fastack()
2072 tp->ts_recent = to->to_tsval; in tcp_fastack()
2339 tp->ts_recent = to.to_tsval; in tcp_do_segment_fastack()
/NextBSD/sys/netinet/
HDtcp_output.c797 to.to_tsval = tcp_ts_getticks() + tp->ts_offset; in tcp_output()
1752 to->to_tsval = htonl(to->to_tsval); in tcp_addoptions()
1754 bcopy((u_char *)&to->to_tsval, optp, sizeof(to->to_tsval)); in tcp_addoptions()
1755 optp += sizeof(to->to_tsval); in tcp_addoptions()
HDtcp_timewait.c405 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_twcheck()
571 to.to_tsval = tcp_ts_getticks() + tw->ts_offset; in tcp_twrespond()
HDtcp_input.c1636 tp->ts_recent = to.to_tsval; in tcp_do_segment()
1671 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) ) { in tcp_do_segment()
1682 tp->ts_recent = to.to_tsval; in tcp_do_segment()
2204 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_do_segment()
2362 tp->ts_recent = to.to_tsval; in tcp_do_segment()
3329 (char *)&to->to_tsval, sizeof(to->to_tsval)); in tcp_dooptions()
3330 to->to_tsval = ntohl(to->to_tsval); in tcp_dooptions()
HDtcp_syncache.c1277 sc->sc_tsreflect = to->to_tsval; in syncache_add()
1383 sc->sc_tsreflect = to->to_tsval; in syncache_add()
1610 to.to_tsval = sc->sc_ts; in syncache_respond()
2015 sc->sc_tsreflect = to->to_tsval; in syncookie_lookup()
HDtcp_var.h375 u_int32_t to_tsval; /* new timestamp */ member
/NextBSD/sys/netinet/khelp/
HDh_ertt.c321 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()
/NextBSD/sys/dev/cxgb/ulp/tom/
HDcxgb_listen.c968 synqe->ts = to.to_tsval; in t3_syncache_respond()
/NextBSD/sys/dev/cxgbe/tom/
HDt4_listen.c698 synqe->ts = to.to_tsval; in t4_syncache_respond()