Home
last modified time | relevance | path

Searched refs:t_timer (Results 1 – 13 of 13) sorted by relevance

/xnu-11215/bsd/netinet/
H A Dtcp_timer.c877 tp->t_timer[i] = 0; in tcp_canceltimers()
1789 tp->t_timer[TCPT_REXMT] = 0; in tcp_timers()
1822 if (tp->t_timer[TCPT_REXMT] == 0 && tp->t_timer[TCPT_PERSIST] == 0 && in tcp_timers()
1825 tp->t_timer[TCPT_REXMT] = in tcp_timers()
1872 tp->t_timer[TCPT_REXMT] = 0; in tcp_timers()
2038 tp->t_timer[TCPT_PTO] = 0; in tcp_run_conn_timer()
2062 tp->t_timer[index] = 0; in tcp_run_conn_timer()
2076 if (tp->t_timer[i] != 0) { in tcp_run_conn_timer()
2083 tp->t_timer[i] = diff; in tcp_run_conn_timer()
2110 tp->t_timer[i] = 0; in tcp_run_conn_timer()
[all …]
H A Dtcp_rack.c201 tp->t_timer[TCPT_REORDER] = 0; in tcp_rack_update_segment_acked()
296 tp->t_timer[TCPT_REORDER] = 0; in tcp_rack_detect_loss_and_arm_timer()
300 tp->t_timer[TCPT_REORDER] = OFFSET_FROM_START(tp, in tcp_rack_detect_loss_and_arm_timer()
303 tp->t_timer[TCPT_PTO] = 0; in tcp_rack_detect_loss_and_arm_timer()
306 tp->t_timer[TCPT_REORDER] = 0; in tcp_rack_detect_loss_and_arm_timer()
H A Dtcp_output.c879 tp->t_timer[TCPT_REXMT] = in tcp_output()
882 tp->t_timer[TCPT_PERSIST] = 0; in tcp_output()
1105 tp->t_timer[TCPT_PERSIST] = 0; in tcp_output()
1290 tp->t_timer[TCPT_REXMT] = 0; in tcp_output()
1291 tp->t_timer[TCPT_PTO] = 0; in tcp_output()
1683 tp->t_timer[TCPT_DELACK] = in tcp_output()
2698 tp->t_timer[TCPT_PERSIST]) { in tcp_output()
2902 tp->t_timer[TCPT_REXMT] = in tcp_output()
3266 tp->t_timer[TCPT_REXMT] = in tcp_output()
3475 tp->t_timer[TCPT_DELACK] = 0; in tcp_ip_output()
[all …]
H A Din_pcblist.c239 xt->t_timer[TCPT_REXMT_EXT] = tp->t_timer[TCPT_REXMT]; in tcpcb_to_xtcpcb_n()
240 xt->t_timer[TCPT_PERSIST_EXT] = tp->t_timer[TCPT_PERSIST]; in tcpcb_to_xtcpcb_n()
241 xt->t_timer[TCPT_KEEP_EXT] = tp->t_timer[TCPT_KEEP]; in tcpcb_to_xtcpcb_n()
242 xt->t_timer[TCPT_2MSL_EXT] = tp->t_timer[TCPT_2MSL]; in tcpcb_to_xtcpcb_n()
H A Dtcp_input.c868 tp->t_timer[TCPT_REXMT] = 0; in tcp_enter_fast_recovery()
869 tp->t_timer[TCPT_PTO] = 0; in tcp_enter_fast_recovery()
3299 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
3970 tp->t_timer[TCPT_KEEP] = in tcp_input()
4023 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()
5120 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
5325 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()
5326 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
5756 tp->t_timer[TCPT_DELACK] = in tcp_input()
7099 tp->t_timer[TCPT_REXMT] = 0; in tcp_newreno_partial_ack()
[all …]
H A Dtcp_subr.c1904 otp->t_timer[TCPT_REXMT_EXT] = tp->t_timer[TCPT_REXMT]; in tcpcb_to_otcpcb()
1905 otp->t_timer[TCPT_PERSIST_EXT] = tp->t_timer[TCPT_PERSIST]; in tcpcb_to_otcpcb()
1906 otp->t_timer[TCPT_KEEP_EXT] = tp->t_timer[TCPT_KEEP]; in tcpcb_to_otcpcb()
1907 otp->t_timer[TCPT_2MSL_EXT] = tp->t_timer[TCPT_2MSL]; in tcpcb_to_otcpcb()
2090 otp->t_timer[TCPT_REXMT_EXT] = tp->t_timer[TCPT_REXMT]; in tcpcb_to_xtcpcb64()
2091 otp->t_timer[TCPT_PERSIST_EXT] = tp->t_timer[TCPT_PERSIST]; in tcpcb_to_xtcpcb64()
2092 otp->t_timer[TCPT_KEEP_EXT] = tp->t_timer[TCPT_KEEP]; in tcpcb_to_xtcpcb64()
2093 otp->t_timer[TCPT_2MSL_EXT] = tp->t_timer[TCPT_2MSL]; in tcpcb_to_xtcpcb64()
H A Dtcp_usrreq.c1596 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, TCP_CONN_KEEPINIT(tp)); in tcp_connect()
1730 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp6_connect()
1787 ti->tcpi_rto = tp->t_timer[TCPT_REXMT] ? tp->t_rxtcur : 0; in tcp_fill_info()
2066 tci->tcpi_rto = tp->t_timer[TCPT_REXMT] > 0 ? tp->t_rxtcur : 0; in tcp_connection_fill_info()
2452 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_ctloutput()
2471 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_ctloutput()
2490 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, in tcp_ctloutput()
2509 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, in tcp_ctloutput()
H A Dtcp_var.h386 uint32_t t_timer[TCPT_NTIMERS]; /* tcp timers */ member
900 (_tp_)->t_timer[TCPT_PTO] = 0; \
1078 int t_timer[TCPT_NTIMERS_EXT]; /* tcp timers */ member
1508 int t_timer[TCPT_NTIMERS_EXT]; /* tcp timers */ member
1591 int t_timer[TCPT_NTIMERS_EXT]; /* tcp timers */ member
H A Dtcp_sack.c705 tp->t_timer[TCPT_REXMT] = 0; in tcp_sack_partialack()
H A Dmptcp_usrreq.c1995 ti->tcpi_rto = acttp->t_timer[TCPT_REXMT] ? acttp->t_rxtcur : 0; in mptcp_fill_info()
H A Dmptcp_opt.c448 tp->t_timer[TCPT_JACK_RXMT] = in mptcp_setup_opts()
H A Dmptcp_subr.c6740 tp->t_timer[TCPT_CELLICON] = OFFSET_FROM_START(tp, MPTCP_CELLICON_TOGGLE_RATE); in mptcp_set_cellicon()
/xnu-11215/bsd/kern/
H A Dsocket_info.c159 tp->t_timer[TCPT_REXMT]; in fill_socketinfo()
161 tp->t_timer[TCPT_PERSIST]; in fill_socketinfo()
163 tp->t_timer[TCPT_KEEP]; in fill_socketinfo()
165 tp->t_timer[TCPT_2MSL]; in fill_socketinfo()