Searched refs:te_mode (Results 1 – 1 of 1) sorted by relevance
2001 tcp_run_conn_timer(struct tcpcb *tp, u_int16_t *te_mode, in tcp_run_conn_timer() argument2013 *te_mode = 0; in tcp_run_conn_timer()2057 *(te_mode) = tp->tentry.mode; in tcp_run_conn_timer()2114 *(te_mode) = 0; in tcp_run_conn_timer()2124 *(te_mode) = tp->tentry.mode; in tcp_run_conn_timer()2145 u_int16_t te_mode = 0; /* modes of all active timers in a tcpcb */ in tcp_run_timerlist() local2227 offset = tcp_run_conn_timer(tp, &te_mode, in tcp_run_timerlist()2235 if (offset > 0 && te_mode != 0) { in tcp_run_timerlist()2236 list_mode |= te_mode; in tcp_run_timerlist()