Searched refs:t_timer (Results 1 – 13 of 13) sorted by relevance
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | tcp_timer.c | 571 tp->t_timer[TCPT_2MSL] = timer; in add_to_time_wait_locked() 678 if (istimewait && TSTMP_GEQ(tcp_now, tp->t_timer[TCPT_2MSL]) && in tcp_garbage_collect() 841 TSTMP_GEQ(tcp_now, tw_tp->t_timer[TCPT_2MSL])) { in tcp_gc() 869 tp->t_timer[i] = 0; in tcp_canceltimers() 1047 tp->t_timer[TCPT_2MSL] = tcp_offset_from_start(tp, in tcp_timers() 1185 tp->t_timer[TCPT_DELAYFR] = 0; in tcp_timers() 1509 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_timers() 1512 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_timers() 1544 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start( in tcp_timers() 1561 tp->t_timer[TCPT_KEEP] = min(tcp_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] = tcp_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 | 454 uint64_t rto_val = tp->t_timer[TCPT_REXMT]; in tcp_calculate_rto_deadline() 1190 if (tp->t_timer[TCPT_REXMT] == 0) { in tcp_output() 1192 if (tp->t_timer[TCPT_PERSIST] != 0) { in tcp_output() 1193 tp->t_timer[TCPT_PERSIST] = 0; in tcp_output() 1428 tp->t_timer[TCPT_PERSIST] = 0; in tcp_output() 1614 tp->t_timer[TCPT_REXMT] = 0; in tcp_output() 1615 tp->t_timer[TCPT_PTO] = 0; in tcp_output() 1619 if (tp->t_timer[TCPT_PERSIST] == 0) { in tcp_output() 2024 tp->t_timer[TCPT_REXMT] == 0 && in tcp_output() 2025 tp->t_timer[TCPT_PERSIST] == 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 | 866 tp->t_timer[TCPT_REXMT] = 0; in tcp_enter_fast_recovery() 867 tp->t_timer[TCPT_PTO] = 0; in tcp_enter_fast_recovery() 898 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_adaptive_rwtimo_check() 908 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_keepalive_reset() 927 tp->t_timer[TCPT_2MSL] = tcp_offset_from_start(tp, tcp_fin_timeout); in tcp_set_finwait_timeout() 929 tp->t_timer[TCPT_2MSL] = tcp_offset_from_start(tp, TCP_CONN_MAXIDLE(tp)); in tcp_set_finwait_timeout() 1603 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, (TCP_REXMTVAL(tp))); in tcp_tfo_rcv_probe() 1626 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_tfo_rcv_ack() 2697 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_setup_server_socket() 3862 tp->t_timer[TCPT_REXMT] = 0; in tcp_input() [all …]
|
| H A D | tcp_subr.c | 2152 otp->t_timer[TCPT_REXMT_EXT] = tp->t_timer[TCPT_REXMT]; in tcpcb_to_otcpcb() 2153 otp->t_timer[TCPT_PERSIST_EXT] = tp->t_timer[TCPT_PERSIST]; in tcpcb_to_otcpcb() 2154 otp->t_timer[TCPT_KEEP_EXT] = tp->t_timer[TCPT_KEEP]; in tcpcb_to_otcpcb() 2155 otp->t_timer[TCPT_2MSL_EXT] = tp->t_timer[TCPT_2MSL]; in tcpcb_to_otcpcb() 2338 otp->t_timer[TCPT_REXMT_EXT] = tp->t_timer[TCPT_REXMT]; in tcpcb_to_xtcpcb64() 2339 otp->t_timer[TCPT_PERSIST_EXT] = tp->t_timer[TCPT_PERSIST]; in tcpcb_to_xtcpcb64() 2340 otp->t_timer[TCPT_KEEP_EXT] = tp->t_timer[TCPT_KEEP]; in tcpcb_to_xtcpcb64() 2341 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] = tcp_offset_from_start(tp, TCP_CONN_KEEPINIT(tp)); in tcp_connect() 1730 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp6_connect() 1783 ti->tcpi_rto = tp->t_timer[TCPT_REXMT] ? tp->t_rxtcur : 0; in tcp_fill_info() 2072 tci->tcpi_rto = tp->t_timer[TCPT_REXMT] > 0 ? tp->t_rxtcur : 0; in tcp_connection_fill_info() 2458 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_ctloutput() 2477 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_ctloutput() 2496 tp->t_timer[TCPT_2MSL] = tcp_offset_from_start(tp, in tcp_ctloutput() 2515 tp->t_timer[TCPT_2MSL] = tcp_offset_from_start(tp, in tcp_ctloutput()
|
| H A D | tcp_var.h | 426 uint32_t t_timer[TCPT_NTIMERS]; /* tcp timers */ member 969 (_tp_)->t_timer[TCPT_PTO] = 0; \ 1122 int t_timer[TCPT_NTIMERS_EXT]; /* tcp timers */ member 1539 int t_timer[TCPT_NTIMERS_EXT]; /* tcp timers */ member 1622 int t_timer[TCPT_NTIMERS_EXT]; /* tcp timers */ member
|
| H A D | tcp_sack.c | 695 tp->t_timer[TCPT_REXMT] = 0; in tcp_sack_partialack()
|
| H A D | mptcp_usrreq.c | 2002 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 | 6752 tp->t_timer[TCPT_CELLICON] = tcp_offset_from_start(tp, in mptcp_set_cellicon()
|
| /xnu-12377.61.12/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()
|