Lines Matching refs:to_tsval
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()
5554 NTOHL(to->to_tsval); in tcp_dooptions()
5618 tp->ts_recent = to->to_tsval; in tcp_finalize_options()