Searched refs:TF_TIMER (Results 1 – 3 of 3) sorted by relevance
125 SET((tp)->t_flags, TF_TIMER << (timer)); \132 CLR((tp)->t_flags, TF_TIMER << (timer)); \138 ISSET((tp)->t_flags, TF_TIMER << (timer))
101 if (*tp == NULL || !ISSET((*tp)->t_flags, TF_TIMER << timer) || in tcp_timer_enter()104 CLR((*tp)->t_flags, TF_TIMER << timer); in tcp_timer_enter()
107 #define TF_TIMER TF_TMR_REXMT /* used to shift with TCPT values */ macro