Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_timer.c872 tp->tentry.te_index = TCPT_NONE; in tcp_canceltimers()
2012 if ((index = tp->tentry.te_index) == TCPT_NONE) { in tcp_run_conn_timer()
2020 if (tp->tentry.te_index != TCPT_NONE) { in tcp_run_conn_timer()
2060 tp->tentry.te_index = lo_index; in tcp_run_conn_timer()
2061 VERIFY(tp->tentry.te_index == TCPT_NONE || tp->tentry.te_mode > 0); in tcp_run_conn_timer()
2063 if (tp->tentry.te_index != TCPT_NONE) { in tcp_run_conn_timer()
2065 tp->t_timer[tp->tentry.te_index]; in tcp_run_conn_timer()
2087 if (tp->tentry.te_index < TCPT_NONE) { in tcp_run_conn_timer()
2088 offset = tp->t_timer[tp->tentry.te_index]; in tcp_run_conn_timer()
2093 if (tp != NULL && tp->tentry.te_index == TCPT_NONE) { in tcp_run_conn_timer()
[all …]
H A Dtcp_timer.h223 uint16_t te_index; /* index of lowest timer that needs to run first */ member
/xnu-12377.1.9/tools/lldbmacros/
H A Dnet.py2141 GetTCPTimerAsString(timer_entry.te_index),