Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_timer.c1966 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()
[all …]
H A Dtcp_timer.h224 uint16_t te_mode; /* Bit-wise OR of timers that are active */ member
/xnu-12377.61.12/tools/lldbmacros/
H A Dnet.py2142 unsigned(timer_entry.te_mode),