Home
last modified time | relevance | path

Searched refs:te_mode (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.141.1/bsd/netinet/
H A Dtcp_timer.c2005 tcp_run_conn_timer(struct tcpcb *tp, u_int16_t *te_mode, in tcp_run_conn_timer() argument
2017 *te_mode = 0; in tcp_run_conn_timer()
2061 *(te_mode) = tp->tentry.mode; in tcp_run_conn_timer()
2118 *(te_mode) = 0; in tcp_run_conn_timer()
2128 *(te_mode) = tp->tentry.mode; in tcp_run_conn_timer()
2149 u_int16_t te_mode = 0; /* modes of all active timers in a tcpcb */ in tcp_run_timerlist() local
2237 offset = tcp_run_conn_timer(tp, &te_mode, in tcp_run_timerlist()
2245 if (offset > 0 && te_mode != 0) { in tcp_run_timerlist()
2246 list_mode |= te_mode; in tcp_run_timerlist()