Lines Matching refs:t_timer
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()
1563 tp->t_timer[TCPT_KEEP]); in tcp_timers()
1581 tp->t_timer[TCPT_DELACK] = 0; in tcp_timers()
1629 tp->t_timer[TCPT_CELLICON] = 0; in tcp_timers()
1641 tp->t_timer[TCPT_CELLICON] = tcp_offset_from_start(tp, MPTCP_CELLICON_TOGGLE_RATE); in tcp_timers()
1752 tp->t_timer[TCPT_REXMT] = 0; in tcp_timers()
1761 tp->t_timer[TCPT_REXMT] = 0; in tcp_timers()
1785 if (tp->t_timer[TCPT_REXMT] == 0 && tp->t_timer[TCPT_PERSIST] == 0 && in tcp_timers()
1825 tp->t_timer[TCPT_REXMT] = 0; in tcp_timers()
2003 tp->t_timer[TCPT_PTO] = 0; in tcp_run_conn_timer()
2016 timer_val = tp->t_timer[index]; in tcp_run_conn_timer()
2027 tp->t_timer[index] = 0; in tcp_run_conn_timer()
2041 if (tp->t_timer[i] != 0) { in tcp_run_conn_timer()
2043 tp->t_timer[i], tcp_now, 0); in tcp_run_conn_timer()
2048 tp->t_timer[i] = diff; in tcp_run_conn_timer()
2065 tp->t_timer[tp->tentry.te_index]; in tcp_run_conn_timer()
2075 tp->t_timer[i] = 0; in tcp_run_conn_timer()
2088 offset = tp->t_timer[tp->tentry.te_index]; in tcp_run_conn_timer()
2430 if (tp->t_timer[i] != 0) { in tcp_set_lotimer_index()
2432 if (lo_timer == 0 || tp->t_timer[i] < lo_timer) { in tcp_set_lotimer_index()
2433 lo_timer = tp->t_timer[i]; in tcp_set_lotimer_index()
2444 + tp->t_timer[tp->tentry.te_index]; in tcp_set_lotimer_index()
2794 tp->t_timer[TCPT_KEEP] = tcp_offset_from_start(tp, in tcp_enable_read_probe()
3065 tp->t_timer[TCPT_REXMT] = tcp_offset_from_latest_tx(tp, tp->t_rxtcur); in tcp_set_rto()
3113 tp->t_timer[TCPT_PTO] = tcp_offset_from_latest_tx(tp, pto); in tcp_set_pto()