Searched refs:TF_TIMER_ONLIST (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.c264 #define TIMER_IS_ON_LIST(tp) ((tp)->t_flags & TF_TIMER_ONLIST)
923 tp->t_flags &= ~(TF_TIMER_ONLIST);
1144 tp->t_flags &= ~(TF_TIMER_ONLIST);
1271 tp->t_flags |= TF_TIMER_ONLIST;
H A Dtcp_var.h228 #define TF_TIMER_ONLIST 0x40000000 /* pcb is on tcp_timer_list */ macro

Completed in 17 milliseconds