Home
last modified time | relevance | path

Searched refs:t_tlpstart (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_var.h544 u_int32_t t_tlpstart; /* timestamp at PTO */ member
H A Dtcp_input.c1467 !tcp_detect_bad_rexmt(tp, th, to, tp->t_tlpstart)) { in tcp_bad_rexmt_check()
1505 tp->t_tlpstart = 0; in tcp_bad_rexmt_check()
1632 tp->t_tlpstart = 0; in tcp_early_rexmt_check()
H A Dtcp_timer.c1757 tp->t_tlpstart = tcp_now; in tcp_timers()