Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_timer.c2008 boolean_t needtorun[TCPT_NTIMERS]; in tcp_run_conn_timer() local
2012 bzero(needtorun, sizeof(needtorun)); in tcp_run_conn_timer()
2080 needtorun[i] = TRUE; in tcp_run_conn_timer()
2084 needtorun[i] = FALSE; in tcp_run_conn_timer()
2109 if (needtorun[i]) { in tcp_run_conn_timer()