Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/netinet/
H A Dtcp_timer.h128 #define TCPT_PTO 0 /* Probe timeout */ macro
H A Dtcp_timer.c1683 case TCPT_PTO: in tcp_timers()
2040 tcp_timers(tp, TCPT_PTO); in tcp_run_conn_timer()
2041 tp->t_timer[TCPT_PTO] = 0; in tcp_run_conn_timer()
H A Dtcp_input.c869 tp->t_timer[TCPT_PTO] = 0; in tcp_reduce_congestion_window()
3211 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
4983 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
5179 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
6884 tp->t_timer[TCPT_PTO] = 0; in tcp_newreno_partial_ack()
H A Dtcp_output.c1246 tp->t_timer[TCPT_PTO] = 0; in tcp_output()
2851 tp->t_timer[TCPT_PTO] = OFFSET_FROM_START(tp, pto); in tcp_output()
H A Dtcp_var.h774 (_tp_)->t_timer[TCPT_PTO] = 0; \