Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/netinet/ !
H A Dtcp_timer.h128 #define TCPT_PTO 0 /* Probe timeout */ macro
H A Dtcp_timer.c1665 case TCPT_PTO: in tcp_timers()
2022 tcp_timers(tp, TCPT_PTO); in tcp_run_conn_timer()
2023 tp->t_timer[TCPT_PTO] = 0; in tcp_run_conn_timer()
H A Dtcp_input.c862 tp->t_timer[TCPT_PTO] = 0; in tcp_reduce_congestion_window()
3098 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
4869 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
5065 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
6751 tp->t_timer[TCPT_PTO] = 0; in tcp_newreno_partial_ack()
H A Dtcp_output.c1213 tp->t_timer[TCPT_PTO] = 0; in tcp_output()
2748 tp->t_timer[TCPT_PTO] = OFFSET_FROM_START(tp, pto); in tcp_output()
H A Dtcp_var.h759 (_tp_)->t_timer[TCPT_PTO] = 0; \