Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dtcp_timer.c445 #define TIMER_IS_ON_LIST(tp) ((tp)->t_flags & TF_TIMER_ONLIST) macro
574 if (TIMER_IS_ON_LIST(tp)) { in add_to_time_wait_locked()
749 if (TIMER_IS_ON_LIST(tp)) { in tcp_garbage_collect()
1901 if (!(TIMER_IS_ON_LIST(tp))) { in tcp_remove_timer()
1907 if (!(TIMER_IS_ON_LIST(tp))) { in tcp_remove_timer()
2025 if (TIMER_IS_ON_LIST(tp)) { in tcp_run_conn_timer()
2212 if (TIMER_IS_ON_LIST(tp)) { in tcp_run_timerlist()
2329 if (TIMER_IS_ON_LIST(tp)) { in tcp_sched_timers()
2351 if (!TIMER_IS_ON_LIST(tp)) { in tcp_sched_timers()
2357 if (!TIMER_IS_ON_LIST(tp)) { in tcp_sched_timers()