Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
HDtcp_timer2.h70 _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()
HDtcp_timer.c223 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()
HDtcp_timer.h149 uint32_t tt_tasks; /* pending tasks */ member