Searched refs:tt_tasks (Results 1 – 3 of 3) sorted by relevance
70 _tp->tt_msg->tt_tasks &= ~_tc->tc_task; in tcp_callout_stop()82 _tp->tt_msg->tt_tasks &= ~_tc->tc_task; in tcp_callout_terminate()95 _tp->tt_msg->tt_tasks &= ~_tc->tc_task; in tcp_callout_reset()110 _act = (_tp->tt_msg->tt_tasks | in tcp_callout_active()
223 tmsg->tt_tasks |= task; in tcp_send_timermsg()699 tmsg->tt_running_tasks = tmsg->tt_tasks; in tcp_timer_handler()700 tmsg->tt_prev_tasks = tmsg->tt_tasks; in tcp_timer_handler()701 tmsg->tt_tasks = 0; in tcp_timer_handler()741 tmsg->tt_tasks = 0; in tcp_create_timermsg()
149 uint32_t tt_tasks; /* pending tasks */ member