Searched refs:to_tsecr (Results 1 – 4 of 4) sorted by relevance
1075 } else if (to->to_tsecr != 0) { in tcp_sbrcv_grow()1085 if (TSTMP_GEQ(to->to_tsecr, tp->rfbuf_ts)) { in tcp_sbrcv_grow()1337 if (rxtime > 0 && (to->to_flags & TOF_TS) && to->to_tsecr != 0 && in tcp_detect_bad_rexmt()1338 TSTMP_LT(to->to_tsecr, rxtime)) { in tcp_detect_bad_rexmt()1466 if ((to->to_flags & TOF_TS) && to->to_tsecr != 0 in tcp_bad_rexmt_check()1467 && TSTMP_LT(to->to_tsecr, tp->t_pmtud_start_ts)) { in tcp_bad_rexmt_check()1991 if ((to->to_flags & TOF_TS) != 0 && (to->to_tsecr != 0) && in tcp_process_accecn()1992 TSTMP_GEQ(to->to_tsecr, tp->t_last_ack_tsecr)) { in tcp_process_accecn()1993 tp->t_last_ack_tsecr = to->to_tsecr; in tcp_process_accecn()2225 to.to_tsecr = ntohl(*(u_int32_t *)(void *)(optp + 8)); in tcp_input()[all …]
436 if (((to->to_flags & TOF_TS) != 0) && (to->to_tsecr != 0)) { in tcp_sack_doack()437 tsecr = to->to_tsecr; in tcp_sack_doack()
1037 uint32_t to_tsecr; member
4294 if (((to->to_flags & TOF_TS) != 0) && (to->to_tsecr != 0)) { in tcp_segs_doack()4295 tsecr = to->to_tsecr; in tcp_segs_doack()