Lines Matching refs:to_tsval
2956 to.to_tsval = ntohl(*(u_int32_t *)(void *)(optp + 4)); in tcp_input()
3663 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
3734 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
3747 tp->ts_recent = to.to_tsval; in tcp_input()
3930 tp->tsv_high = to.to_tsval; in tcp_input()
4545 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_input()
4606 bool newer_time = TSTMP_GT(to.to_tsval, tp->ts_recent) || in tcp_input()
4607 (to.to_tsval == tp->ts_recent && higher_seq); in tcp_input()
4802 tp->ts_recent = to.to_tsval; in tcp_input()
6024 tp->tsv_high = to.to_tsval; in tcp_input()
6074 tp->tsv_high = to.to_tsval; in tcp_input()
6445 (char *)&to->to_tsval, sizeof(to->to_tsval)); in tcp_dooptions()
6446 NTOHL(to->to_tsval); in tcp_dooptions()
6529 tp->ts_recent = to->to_tsval; in tcp_finalize_options()