Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dtcp_timer.c443 #define TIMER_IS_ON_LIST(tp) ((tp)->t_flags & TF_TIMER_ONLIST) macro
572 if (TIMER_IS_ON_LIST(tp)) { in add_to_time_wait_locked()
732 if (TIMER_IS_ON_LIST(tp)) { in tcp_garbage_collect()
1882 if (!(TIMER_IS_ON_LIST(tp))) { in tcp_remove_timer()
1888 if (!(TIMER_IS_ON_LIST(tp))) { in tcp_remove_timer()
2006 if (TIMER_IS_ON_LIST(tp)) { in tcp_run_conn_timer()
2193 if (TIMER_IS_ON_LIST(tp)) { in tcp_run_timerlist()
2310 if (TIMER_IS_ON_LIST(tp)) { in tcp_sched_timers()
2332 if (!TIMER_IS_ON_LIST(tp)) { in tcp_sched_timers()
2338 if (!TIMER_IS_ON_LIST(tp)) { in tcp_sched_timers()