Searched refs:t_timer (Results 1 – 12 of 12) sorted by relevance
| /xnu-8796.141.3/bsd/netinet/ |
| H A D | tcp_timer.c | 575 tp->t_timer[TCPT_2MSL] = timer; in add_to_time_wait_locked() 667 if (istimewait && TSTMP_GEQ(tcp_now, tp->t_timer[TCPT_2MSL]) && in tcp_garbage_collect() 833 TSTMP_GEQ(tcp_now, tw_tp->t_timer[TCPT_2MSL])) { in tcp_gc() 866 tp->t_timer[i] = 0; in tcp_canceltimers() 1045 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, in tcp_timers() 1196 tp->t_timer[TCPT_DELAYFR] = 0; in tcp_timers() 1264 tp->t_timer[TCPT_REXMT] = OFFSET_FROM_START(tp, tp->t_rxtcur); in tcp_timers() 1497 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_timers() 1500 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_timers() 1533 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START( in tcp_timers() [all …]
|
| H A D | tcp_output.c | 833 if (tp->t_timer[TCPT_REXMT] == 0) { in tcp_output() 834 tp->t_timer[TCPT_REXMT] = in tcp_output() 836 if (tp->t_timer[TCPT_PERSIST] != 0) { in tcp_output() 837 tp->t_timer[TCPT_PERSIST] = 0; in tcp_output() 1031 tp->t_timer[TCPT_PERSIST] = 0; in tcp_output() 1212 tp->t_timer[TCPT_REXMT] = 0; in tcp_output() 1213 tp->t_timer[TCPT_PTO] = 0; in tcp_output() 1217 if (tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output() 1579 tp->t_timer[TCPT_DELACK] = in tcp_output() 1620 tp->t_timer[TCPT_REXMT] == 0 && in tcp_output() [all …]
|
| H A D | in_pcblist.c | 237 xt->t_timer[TCPT_REXMT_EXT] = tp->t_timer[TCPT_REXMT]; in tcpcb_to_xtcpcb_n() 238 xt->t_timer[TCPT_PERSIST_EXT] = tp->t_timer[TCPT_PERSIST]; in tcpcb_to_xtcpcb_n() 239 xt->t_timer[TCPT_KEEP_EXT] = tp->t_timer[TCPT_KEEP]; in tcpcb_to_xtcpcb_n() 240 xt->t_timer[TCPT_2MSL_EXT] = tp->t_timer[TCPT_2MSL]; in tcpcb_to_xtcpcb_n()
|
| H A D | tcp_input.c | 861 tp->t_timer[TCPT_REXMT] = 0; in tcp_reduce_congestion_window() 862 tp->t_timer[TCPT_PTO] = 0; in tcp_reduce_congestion_window() 893 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_adaptive_rwtimo_check() 903 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_keepalive_reset() 922 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, tcp_fin_timeout); in tcp_set_finwait_timeout() 924 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, TCP_CONN_MAXIDLE(tp)); in tcp_set_finwait_timeout() 1738 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, (TCP_REXMTVAL(tp))); in tcp_tfo_rcv_probe() 1761 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_tfo_rcv_ack() 3096 tp->t_timer[TCPT_REXMT] = 0; in tcp_input() 3097 tp->t_timer[TCPT_PTO] = 0; in tcp_input() [all …]
|
| H A D | tcp_subr.c | 1857 otp->t_timer[TCPT_REXMT_EXT] = tp->t_timer[TCPT_REXMT]; in tcpcb_to_otcpcb() 1858 otp->t_timer[TCPT_PERSIST_EXT] = tp->t_timer[TCPT_PERSIST]; in tcpcb_to_otcpcb() 1859 otp->t_timer[TCPT_KEEP_EXT] = tp->t_timer[TCPT_KEEP]; in tcpcb_to_otcpcb() 1860 otp->t_timer[TCPT_2MSL_EXT] = tp->t_timer[TCPT_2MSL]; in tcpcb_to_otcpcb() 2043 otp->t_timer[TCPT_REXMT_EXT] = tp->t_timer[TCPT_REXMT]; in tcpcb_to_xtcpcb64() 2044 otp->t_timer[TCPT_PERSIST_EXT] = tp->t_timer[TCPT_PERSIST]; in tcpcb_to_xtcpcb64() 2045 otp->t_timer[TCPT_KEEP_EXT] = tp->t_timer[TCPT_KEEP]; in tcpcb_to_xtcpcb64() 2046 otp->t_timer[TCPT_2MSL_EXT] = tp->t_timer[TCPT_2MSL]; in tcpcb_to_xtcpcb64()
|
| H A D | tcp_var.h | 288 uint32_t t_timer[TCPT_NTIMERS]; /* tcp timers */ member 759 (_tp_)->t_timer[TCPT_PTO] = 0; \ 927 int t_timer[TCPT_NTIMERS_EXT]; /* tcp timers */ member 1352 int t_timer[TCPT_NTIMERS_EXT]; /* tcp timers */ member 1435 int t_timer[TCPT_NTIMERS_EXT]; /* tcp timers */ member
|
| H A D | tcp_usrreq.c | 1566 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, TCP_CONN_KEEPINIT(tp)); in tcp_connect() 1699 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp6_connect() 1755 ti->tcpi_rto = tp->t_timer[TCPT_REXMT] ? tp->t_rxtcur : 0; in tcp_fill_info() 2012 tci->tcpi_rto = tp->t_timer[TCPT_REXMT] > 0 ? tp->t_rxtcur : 0; in tcp_connection_fill_info() 2386 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_ctloutput() 2404 tp->t_timer[TCPT_KEEP] = OFFSET_FROM_START(tp, in tcp_ctloutput() 2423 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, in tcp_ctloutput() 2442 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, in tcp_ctloutput()
|
| H A D | tcp_sack.c | 688 tp->t_timer[TCPT_REXMT] = 0; in tcp_sack_partialack()
|
| H A D | mptcp_opt.c | 441 tp->t_timer[TCPT_JACK_RXMT] = in mptcp_setup_opts()
|
| H A D | mptcp_usrreq.c | 1979 ti->tcpi_rto = acttp->t_timer[TCPT_REXMT] ? acttp->t_rxtcur : 0; in mptcp_fill_info()
|
| H A D | mptcp_subr.c | 6725 tp->t_timer[TCPT_CELLICON] = OFFSET_FROM_START(tp, MPTCP_CELLICON_TOGGLE_RATE); in mptcp_set_cellicon()
|
| /xnu-8796.141.3/bsd/kern/ |
| H A D | socket_info.c | 157 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()
|