Searched refs:to_tsval (Results 1 – 3 of 3) sorted by relevance
2224 to.to_tsval = ntohl(*(u_int32_t *)(void *)(optp + 4)); in tcp_input()3133 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()3204 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()3217 tp->ts_recent = to.to_tsval; in tcp_input()3392 tp->tsv_high = to.to_tsval; in tcp_input()4291 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_input()4559 tp->ts_recent = to.to_tsval; in tcp_input()5824 tp->tsv_high = to.to_tsval; in tcp_input()5878 tp->tsv_high = to.to_tsval; in tcp_input()6251 (char *)&to->to_tsval, sizeof(to->to_tsval)); in tcp_dooptions()[all …]
270 TSTMP_GEQ(to->to_tsval, tp->tsv_high)) { in tcp_rledbat_data_rcvd()
1036 uint32_t to_tsval; member