Home
last modified time | relevance | path

Searched refs:to_tsecr (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_input.c1075 } 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 …]
H A Dtcp_sack.c436 if (((to->to_flags & TOF_TS) != 0) && (to->to_tsecr != 0)) { in tcp_sack_doack()
437 tsecr = to->to_tsecr; in tcp_sack_doack()
H A Dtcp_var.h1037 uint32_t to_tsecr; member
H A Dtcp_subr.c4294 if (((to->to_flags & TOF_TS) != 0) && (to->to_tsecr != 0)) { in tcp_segs_doack()
4295 tsecr = to->to_tsecr; in tcp_segs_doack()