Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_var.h725 uint32_t t_tlpstart; /* timestamp at PTO */ member
H A Dtcp_input.c1344 !tcp_detect_bad_rexmt(tp, th, to, tp->t_tlpstart)) { in tcp_bad_rexmt_check()
1369 tp->t_tlpstart = 0; in tcp_bad_rexmt_check()
1491 tp->t_tlpstart = 0; in tcp_early_rexmt_check()
H A Dtcp_timer.c1742 tp->t_tlpstart = tcp_now; in tcp_timers()