Lines Matching refs:to_tsval
2956 to.to_tsval = ntohl(*(u_int32_t *)(void *)(optp + 4)); in tcp_input()
3664 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
3735 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
3748 tp->ts_recent = to.to_tsval; in tcp_input()
3931 tp->tsv_high = to.to_tsval; in tcp_input()
4546 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_input()
4607 bool newer_time = TSTMP_GT(to.to_tsval, tp->ts_recent) || in tcp_input()
4608 (to.to_tsval == tp->ts_recent && higher_seq); in tcp_input()
4803 tp->ts_recent = to.to_tsval; in tcp_input()
6025 tp->tsv_high = to.to_tsval; in tcp_input()
6075 tp->tsv_high = to.to_tsval; in tcp_input()
6446 (char *)&to->to_tsval, sizeof(to->to_tsval)); in tcp_dooptions()
6447 NTOHL(to->to_tsval); in tcp_dooptions()
6530 tp->ts_recent = to->to_tsval; in tcp_finalize_options()