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

/freebsd-10-stable/sys/netinet/
H A Dtcp_output.c790 to.to_tsval = tcp_ts_getticks() + tp->ts_offset;
1702 to->to_tsval = htonl(to->to_tsval);
1704 bcopy((u_char *)&to->to_tsval, optp, sizeof(to->to_tsval));
1705 optp += sizeof(to->to_tsval);
H A Dtcp_input.c1669 tp->ts_recent = to.to_tsval;
1723 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) ) {
1734 tp->ts_recent = to.to_tsval;
2211 TSTMP_LT(to.to_tsval, tp->ts_recent)) {
2369 tp->ts_recent = to.to_tsval;
3372 (char *)&to->to_tsval, sizeof(to->to_tsval));
3373 to->to_tsval = ntohl(to->to_tsval);
H A Dtcp_timewait.c441 TSTMP_LT(to.to_tsval, tp->ts_recent)) {
607 to.to_tsval = tcp_ts_getticks() + tw->ts_offset;
H A Dtcp_syncache.c1310 sc->sc_tsreflect = to->to_tsval;
1418 sc->sc_tsreflect = to->to_tsval;
1646 to.to_tsval = sc->sc_ts;
2038 sc->sc_tsreflect = to->to_tsval;
H A Dtcp_var.h331 u_int32_t to_tsval; /* new timestamp */ member in struct:tcpopt
H A Dtcp_subr.c724 to.to_tsval = tcp_ts_getticks() + tp->ts_offset;
/freebsd-10-stable/sys/netinet/khelp/
H A Dh_ertt.c321 TSTMP_LT(to->to_tsval, txsi->rx_ts)) {
478 txsi->tx_ts = ntohl(to->to_tsval) -
/freebsd-10-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c985 synqe->ts = to.to_tsval;
/freebsd-10-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c697 synqe->ts = to.to_tsval;

Completed in 103 milliseconds