Searched refs:to_tsval (Results 1 – 5 of 5) sorted by relevance
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()[all …]
270 TSTMP_GEQ(to->to_tsval, tp->tsv_high)) { in tcp_rledbat_data_rcvd()
795 to->to_tsval = htonl(to->to_tsval); in tcp_addoptions()797 bcopy((u_char *)&to->to_tsval, optp, sizeof(to->to_tsval)); in tcp_addoptions()798 optp += sizeof(to->to_tsval); in tcp_addoptions()
1080 uint32_t to_tsval; member
884 to.to_tsval = ts_offset + tcp_now_local; in tcp_filloptions()885 to.to_tsecr = peer_to->to_tsval; in tcp_filloptions()