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()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()[all …]
270 TSTMP_GEQ(to->to_tsval, tp->tsv_high)) { in tcp_rledbat_data_rcvd()
735 to->to_tsval = htonl(to->to_tsval); in tcp_addoptions()737 bcopy((u_char *)&to->to_tsval, optp, sizeof(to->to_tsval)); in tcp_addoptions()738 optp += sizeof(to->to_tsval); in tcp_addoptions()
1080 uint32_t to_tsval; member
880 to.to_tsval = ts_offset + tcp_now_local; in tcp_filloptions()881 to.to_tsecr = peer_to->to_tsval; in tcp_filloptions()