Lines Matching refs:te_mode
1966 tcp_run_conn_timer(struct tcpcb *tp, u_int16_t *te_mode, in tcp_run_conn_timer() argument
1978 *te_mode = 0; in tcp_run_conn_timer()
2022 *(te_mode) = tp->tentry.te_mode; in tcp_run_conn_timer()
2039 tp->tentry.te_mode = 0; in tcp_run_conn_timer()
2054 TCP_SET_TIMER_MODE(tp->tentry.te_mode, i); in tcp_run_conn_timer()
2061 VERIFY(tp->tentry.te_index == TCPT_NONE || tp->tentry.te_mode > 0); in tcp_run_conn_timer()
2079 *(te_mode) = 0; in tcp_run_conn_timer()
2089 *(te_mode) = tp->tentry.te_mode; in tcp_run_conn_timer()
2135 u_int16_t te_mode = 0; /* modes of all active timers in a tcpcb */ in tcp_run_timerlist() local
2173 list_mode |= te->te_mode; in tcp_run_timerlist()
2208 offset = tcp_run_conn_timer(tp, &te_mode, in tcp_run_timerlist()
2216 if (offset > 0 && te_mode != 0) { in tcp_run_timerlist()
2217 list_mode |= te_mode; in tcp_run_timerlist()
2295 u_int16_t mode = te->te_mode; in tcp_sched_timers()
2439 tp->tentry.te_mode = mode; in tcp_set_lotimer_index()
2440 VERIFY(tp->tentry.te_index == TCPT_NONE || tp->tentry.te_mode > 0); in tcp_set_lotimer_index()