Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_var.h689 uint32_t t_tlpstart; /* timestamp at PTO */ member
H A Dtcp_input.c1431 !tcp_detect_bad_rexmt(tp, th, to, tp->t_tlpstart)) { in tcp_bad_rexmt_check()
1456 tp->t_tlpstart = 0; in tcp_bad_rexmt_check()
1578 tp->t_tlpstart = 0; in tcp_early_rexmt_check()
H A Dtcp_timer.c1786 tp->t_tlpstart = tcp_now; in tcp_timers()