Searched refs:te_mode (Results 1 – 1 of 1) sorted by relevance
1986 tcp_run_conn_timer(struct tcpcb *tp, u_int16_t *te_mode, in tcp_run_conn_timer() argument1998 *te_mode = 0; in tcp_run_conn_timer()2042 *(te_mode) = tp->tentry.mode; in tcp_run_conn_timer()2099 *(te_mode) = 0; in tcp_run_conn_timer()2109 *(te_mode) = tp->tentry.mode; in tcp_run_conn_timer()2130 u_int16_t te_mode = 0; /* modes of all active timers in a tcpcb */ in tcp_run_timerlist() local2218 offset = tcp_run_conn_timer(tp, &te_mode, in tcp_run_timerlist()2226 if (offset > 0 && te_mode != 0) { in tcp_run_timerlist()2227 list_mode |= te_mode; in tcp_run_timerlist()