Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netinet/
Dtcp_output.c721 to.to_tsval = tcp_ts_getticks() + tp->ts_offset; in tcp_output()
1583 to->to_tsval = htonl(to->to_tsval); in tcp_addoptions()
1585 bcopy((u_char *)&to->to_tsval, optp, sizeof(to->to_tsval)); in tcp_addoptions()
1586 optp += sizeof(to->to_tsval); in tcp_addoptions()
Dtcp_timewait.c395 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_twcheck()
562 to.to_tsval = tcp_ts_getticks() + tw->ts_offset; in tcp_twrespond()
Dtcp_input.c1595 tp->ts_recent = to.to_tsval; in tcp_do_segment()
1630 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) ) { in tcp_do_segment()
1641 tp->ts_recent = to.to_tsval; in tcp_do_segment()
2147 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_do_segment()
2306 tp->ts_recent = to.to_tsval; in tcp_do_segment()
3230 (char *)&to->to_tsval, sizeof(to->to_tsval)); in tcp_dooptions()
3231 to->to_tsval = ntohl(to->to_tsval); in tcp_dooptions()
Dtcp_syncache.c1149 sc->sc_tsreflect = to->to_tsval; in _syncache_add()
1241 sc->sc_tsreflect = to->to_tsval; in _syncache_add()
1457 to.to_tsval = sc->sc_ts; in syncache_respond()
1773 sc->sc_tsreflect = to->to_tsval; in syncookie_lookup()
Dtcp_var.h305 u_int32_t to_tsval; /* new timestamp */ member
/freebsd-9-stable/sys/netinet/khelp/
Dh_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()
/freebsd-9-stable/sys/dev/cxgb/ulp/tom/
Dcxgb_listen.c983 synqe->ts = to.to_tsval; in t3_syncache_respond()
/freebsd-9-stable/sys/dev/cxgbe/tom/
Dt4_listen.c695 synqe->ts = to.to_tsval; in t4_syncache_respond()