Searched refs:to_tsval (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/sys/netinet/tcp_stacks/ |
| HD | fastpath.c | 224 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/ |
| HD | tcp_output.c | 797 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()
|
| HD | tcp_timewait.c | 405 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_twcheck() 571 to.to_tsval = tcp_ts_getticks() + tw->ts_offset; in tcp_twrespond()
|
| HD | tcp_input.c | 1636 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()
|
| HD | tcp_syncache.c | 1277 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()
|
| HD | tcp_var.h | 375 u_int32_t to_tsval; /* new timestamp */ member
|
| /NextBSD/sys/netinet/khelp/ |
| HD | h_ertt.c | 321 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/ |
| HD | cxgb_listen.c | 968 synqe->ts = to.to_tsval; in t3_syncache_respond()
|
| /NextBSD/sys/dev/cxgbe/tom/ |
| HD | t4_listen.c | 698 synqe->ts = to.to_tsval; in t4_syncache_respond()
|