Searched refs:to_tsval (Results 1 – 3 of 3) sorted by relevance
2052 to.to_tsval = ntohl(*(u_int32_t *)(void *)(optp + 4)); in tcp_input()2872 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()2943 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()2956 tp->ts_recent = to.to_tsval; in tcp_input()3084 tp->tsv_high = to.to_tsval; in tcp_input()3809 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_input()4074 tp->ts_recent = to.to_tsval; in tcp_input()5154 tp->tsv_high = to.to_tsval; in tcp_input()5208 tp->tsv_high = to.to_tsval; in tcp_input()5553 (char *)&to->to_tsval, sizeof(to->to_tsval)); in tcp_dooptions()[all …]
284 TSTMP_GEQ(to->to_tsval, tp->tsv_high)) { in tcp_rledbat_data_rcvd()
816 uint32_t to_tsval; member