Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_timer.c574 tp->t_timer[TCPT_2MSL] = timer; in add_to_time_wait_locked()
666 if (istimewait && TSTMP_GEQ(tcp_now, tp->t_timer[TCPT_2MSL]) && in tcp_garbage_collect()
832 TSTMP_GEQ(tcp_now, tw_tp->t_timer[TCPT_2MSL])) { in tcp_gc()
865 tp->t_timer[i] = 0; in tcp_canceltimers()
1043 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, in tcp_timers()
1194 tp->t_timer[TCPT_DELAYFR] = 0; in tcp_timers()
1262 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_timers()
1495 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_timers()
1498 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_timers()
1531 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START( in tcp_timers()
[all …]
H A Dtcp_output.c740 if (tp->t_timer[TCPT_REXMT] == 0) { in tcp_output()
741 tp->t_timer[TCPT_REXMT] = in tcp_output()
743 if (tp->t_timer[TCPT_PERSIST] != 0) { in tcp_output()
744 tp->t_timer[TCPT_PERSIST] = 0; in tcp_output()
937 tp->t_timer[TCPT_PERSIST] = 0; in tcp_output()
1118 tp->t_timer[TCPT_REXMT] = 0; in tcp_output()
1119 tp->t_timer[TCPT_PTO] = 0; in tcp_output()
1123 if (tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output()
1485 tp->t_timer[TCPT_DELACK] = in tcp_output()
1526 tp->t_timer[TCPT_REXMT] == 0 && in tcp_output()
[all …]
H A Din_pcblist.c220 xt->t_timer[TCPT_REXMT_EXT] = tp->t_timer[TCPT_REXMT]; in tcpcb_to_xtcpcb_n()
221 xt->t_timer[TCPT_PERSIST_EXT] = tp->t_timer[TCPT_PERSIST]; in tcpcb_to_xtcpcb_n()
222 xt->t_timer[TCPT_KEEP_EXT] = tp->t_timer[TCPT_KEEP]; in tcpcb_to_xtcpcb_n()
223 xt->t_timer[TCPT_2MSL_EXT] = tp->t_timer[TCPT_2MSL]; in tcpcb_to_xtcpcb_n()
H A Dtcp_input.c852 tp->t_timer[TCPT_REXMT] = 0; in tcp_reduce_congestion_window()
853 tp->t_timer[TCPT_PTO] = 0; in tcp_reduce_congestion_window()
884 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_adaptive_rwtimo_check()
894 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_keepalive_reset()
913 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, tcp_fin_timeout); in tcp_set_finwait_timeout()
915 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, TCP_CONN_MAXIDLE(tp)); in tcp_set_finwait_timeout()
1742 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, (TCP_REXMTVAL(tp))); in tcp_tfo_rcv_probe()
1765 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_tfo_rcv_ack()
3029 tp->t_timer[TCPT_REXMT] = 0; in tcp_input()
3030 tp->t_timer[TCPT_PTO] = 0; in tcp_input()
[all …]
H A Dtcp_subr.c1847 otp->t_timer[TCPT_REXMT_EXT] = tp->t_timer[TCPT_REXMT]; in tcpcb_to_otcpcb()
1848 otp->t_timer[TCPT_PERSIST_EXT] = tp->t_timer[TCPT_PERSIST]; in tcpcb_to_otcpcb()
1849 otp->t_timer[TCPT_KEEP_EXT] = tp->t_timer[TCPT_KEEP]; in tcpcb_to_otcpcb()
1850 otp->t_timer[TCPT_2MSL_EXT] = tp->t_timer[TCPT_2MSL]; in tcpcb_to_otcpcb()
2033 otp->t_timer[TCPT_REXMT_EXT] = tp->t_timer[TCPT_REXMT]; in tcpcb_to_xtcpcb64()
2034 otp->t_timer[TCPT_PERSIST_EXT] = tp->t_timer[TCPT_PERSIST]; in tcpcb_to_xtcpcb64()
2035 otp->t_timer[TCPT_KEEP_EXT] = tp->t_timer[TCPT_KEEP]; in tcpcb_to_xtcpcb64()
2036 otp->t_timer[TCPT_2MSL_EXT] = tp->t_timer[TCPT_2MSL]; in tcpcb_to_xtcpcb64()
H A Dtcp_var.h281 uint32_t t_timer[TCPT_NTIMERS]; /* tcp timers */ member
717 (_tp_)->t_timer[TCPT_PTO] = 0; \
872 int t_timer[TCPT_NTIMERS_EXT]; /* tcp timers */ member
1292 int t_timer[TCPT_NTIMERS_EXT]; /* tcp timers */ member
1375 int t_timer[TCPT_NTIMERS_EXT]; /* tcp timers */ member
H A Dtcp_usrreq.c1505 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, TCP_CONN_KEEPINIT(tp)); in tcp_connect()
1636 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp6_connect()
1692 ti->tcpi_rto = tp->t_timer[TCPT_REXMT] ? tp->t_rxtcur : 0; in tcp_fill_info()
1949 tci->tcpi_rto = tp->t_timer[TCPT_REXMT] > 0 ? tp->t_rxtcur : 0; in tcp_connection_fill_info()
2324 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_ctloutput()
2342 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_ctloutput()
2361 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, in tcp_ctloutput()
2380 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, in tcp_ctloutput()
H A Dtcp_sack.c688 tp->t_timer[TCPT_REXMT] = 0; in tcp_sack_partialack()
H A Dmptcp_usrreq.c1974 ti->tcpi_rto = acttp->t_timer[TCPT_REXMT] ? acttp->t_rxtcur : 0; in mptcp_fill_info()
H A Dmptcp_opt.c462 tp->t_timer[TCPT_JACK_RXMT] = in mptcp_setup_opts()
H A Dmptcp_subr.c6940 tp->t_timer[TCPT_CELLICON] = OFFSET_FROM_START(tp, MPTCP_CELLICON_TOGGLE_RATE); in mptcp_set_cellicon()
/xnu-8020.101.4/bsd/kern/
H A Dsocket_info.c157 tp->t_timer[TCPT_REXMT]; in fill_socketinfo()
159 tp->t_timer[TCPT_PERSIST]; in fill_socketinfo()
161 tp->t_timer[TCPT_KEEP]; in fill_socketinfo()
163 tp->t_timer[TCPT_2MSL]; in fill_socketinfo()