Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_input.c1074 } else if (to->to_tsecr != 0) { in tcp_sbrcv_grow()
1084 if (TSTMP_GEQ(to->to_tsecr, tp->rfbuf_ts)) { in tcp_sbrcv_grow()
1250 if (rxtime > 0 && (to->to_flags & TOF_TS) && to->to_tsecr != 0 && in tcp_detect_bad_rexmt()
1251 TSTMP_LT(to->to_tsecr, rxtime)) { in tcp_detect_bad_rexmt()
1379 if ((to->to_flags & TOF_TS) && to->to_tsecr != 0 in tcp_bad_rexmt_check()
1380 && TSTMP_LT(to->to_tsecr, tp->t_pmtud_start_ts)) { in tcp_bad_rexmt_check()
1939 if ((to->to_flags & TOF_TS) != 0 && (to->to_tsecr != 0) && in tcp_input_process_accecn_synack()
1940 (tp->t_last_ack_tsecr == 0 || TSTMP_GEQ(to->to_tsecr, tp->t_last_ack_tsecr))) { in tcp_input_process_accecn_synack()
1941 tp->t_last_ack_tsecr = to->to_tsecr; in tcp_input_process_accecn_synack()
2064 if ((to->to_flags & TOF_TS) != 0 && (to->to_tsecr != 0) && in tcp_input_process_accecn_last_ack()
[all …]
H A Dtcp_sack.c425 if (((to->to_flags & TOF_TS) != 0) && (to->to_tsecr != 0)) { in tcp_sack_doack()
426 tsecr = to->to_tsecr; in tcp_sack_doack()
H A Dtcp_output.c736 to->to_tsecr = htonl(to->to_tsecr); in tcp_addoptions()
740 bcopy((u_char *)&to->to_tsecr, optp, sizeof(to->to_tsecr)); in tcp_addoptions()
741 optp += sizeof(to->to_tsecr); in tcp_addoptions()
H A Dtcp_var.h1081 uint32_t to_tsecr; member
H A Dtcp_subr.c881 to.to_tsecr = peer_to->to_tsval; in tcp_filloptions()
4455 if (((to->to_flags & TOF_TS) != 0) && (to->to_tsecr != 0)) { in tcp_segs_doack()
4456 tsecr = to->to_tsecr; in tcp_segs_doack()