Searched refs:t_timer (Results 1 – 13 of 13) sorted by relevance
| /xnu-11417.101.15/bsd/netinet/ |
| H A D | tcp_timer.c | 574 tp->t_timer[TCPT_2MSL] = timer; in add_to_time_wait_locked() 681 if (istimewait && TSTMP_GEQ(tcp_now, tp->t_timer[TCPT_2MSL]) && in tcp_garbage_collect() 844 TSTMP_GEQ(tcp_now, tw_tp->t_timer[TCPT_2MSL])) { in tcp_gc() 877 tp->t_timer[i] = 0; in tcp_canceltimers() 1055 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, in tcp_timers() 1206 tp->t_timer[TCPT_DELAYFR] = 0; in tcp_timers() 1281 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_timers() 1524 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_timers() 1527 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_timers() 1559 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START( in tcp_timers() [all …]
|
| H A D | tcp_rack.c | 194 tp->t_timer[TCPT_REORDER] = 0; in tcp_rack_update_segment_acked() 300 tp->t_timer[TCPT_REORDER] = 0; in tcp_rack_detect_loss_and_arm_timer() 304 tp->t_timer[TCPT_REORDER] = OFFSET_FROM_START(tp, in tcp_rack_detect_loss_and_arm_timer() 307 tp->t_timer[TCPT_PTO] = 0; in tcp_rack_detect_loss_and_arm_timer() 310 tp->t_timer[TCPT_REORDER] = 0; in tcp_rack_detect_loss_and_arm_timer()
|
| H A D | tcp_output.c | 896 if (tp->t_timer[TCPT_REXMT] == 0) { in tcp_output() 898 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_output() 899 if (tp->t_timer[TCPT_PERSIST] != 0) { in tcp_output() 900 tp->t_timer[TCPT_PERSIST] = 0; in tcp_output() 1132 tp->t_timer[TCPT_PERSIST] = 0; in tcp_output() 1318 tp->t_timer[TCPT_REXMT] = 0; in tcp_output() 1319 tp->t_timer[TCPT_PTO] = 0; in tcp_output() 1323 if (tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output() 1724 tp->t_timer[TCPT_DELACK] = in tcp_output() 1765 tp->t_timer[TCPT_REXMT] == 0 && in tcp_output() [all …]
|
| H A D | in_pcblist.c | 239 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 D | tcp_input.c | 868 tp->t_timer[TCPT_REXMT] = 0; in tcp_enter_fast_recovery() 869 tp->t_timer[TCPT_PTO] = 0; in tcp_enter_fast_recovery() 900 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_adaptive_rwtimo_check() 910 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_keepalive_reset() 929 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, tcp_fin_timeout); in tcp_set_finwait_timeout() 931 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, TCP_CONN_MAXIDLE(tp)); in tcp_set_finwait_timeout() 1690 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, (TCP_REXMTVAL(tp))); in tcp_tfo_rcv_probe() 1713 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_tfo_rcv_ack() 3334 tp->t_timer[TCPT_REXMT] = 0; in tcp_input() 3335 tp->t_timer[TCPT_PTO] = 0; in tcp_input() [all …]
|
| H A D | tcp_subr.c | 1914 otp->t_timer[TCPT_REXMT_EXT] = tp->t_timer[TCPT_REXMT]; in tcpcb_to_otcpcb() 1915 otp->t_timer[TCPT_PERSIST_EXT] = tp->t_timer[TCPT_PERSIST]; in tcpcb_to_otcpcb() 1916 otp->t_timer[TCPT_KEEP_EXT] = tp->t_timer[TCPT_KEEP]; in tcpcb_to_otcpcb() 1917 otp->t_timer[TCPT_2MSL_EXT] = tp->t_timer[TCPT_2MSL]; in tcpcb_to_otcpcb() 2100 otp->t_timer[TCPT_REXMT_EXT] = tp->t_timer[TCPT_REXMT]; in tcpcb_to_xtcpcb64() 2101 otp->t_timer[TCPT_PERSIST_EXT] = tp->t_timer[TCPT_PERSIST]; in tcpcb_to_xtcpcb64() 2102 otp->t_timer[TCPT_KEEP_EXT] = tp->t_timer[TCPT_KEEP]; in tcpcb_to_xtcpcb64() 2103 otp->t_timer[TCPT_2MSL_EXT] = tp->t_timer[TCPT_2MSL]; in tcpcb_to_xtcpcb64()
|
| H A D | tcp_usrreq.c | 1596 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() 2068 tci->tcpi_rto = tp->t_timer[TCPT_REXMT] > 0 ? tp->t_rxtcur : 0; in tcp_connection_fill_info() 2454 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_ctloutput() 2473 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_ctloutput() 2492 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, in tcp_ctloutput() 2511 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, in tcp_ctloutput()
|
| H A D | tcp_var.h | 387 uint32_t t_timer[TCPT_NTIMERS]; /* tcp timers */ member 906 (_tp_)->t_timer[TCPT_PTO] = 0; \ 1098 int t_timer[TCPT_NTIMERS_EXT]; /* tcp timers */ member 1533 int t_timer[TCPT_NTIMERS_EXT]; /* tcp timers */ member 1616 int t_timer[TCPT_NTIMERS_EXT]; /* tcp timers */ member
|
| H A D | tcp_sack.c | 705 tp->t_timer[TCPT_REXMT] = 0; in tcp_sack_partialack()
|
| H A D | mptcp_usrreq.c | 1995 ti->tcpi_rto = acttp->t_timer[TCPT_REXMT] ? acttp->t_rxtcur : 0; in mptcp_fill_info()
|
| H A D | mptcp_opt.c | 449 tp->t_timer[TCPT_JACK_RXMT] = in mptcp_setup_opts()
|
| H A D | mptcp_subr.c | 6744 tp->t_timer[TCPT_CELLICON] = OFFSET_FROM_START(tp, MPTCP_CELLICON_TOGGLE_RATE); in mptcp_set_cellicon()
|
| /xnu-11417.101.15/bsd/kern/ |
| H A D | socket_info.c | 159 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()
|