Searched refs:fc_timer (Results 1 – 1 of 1) sorted by relevance
94 struct timer_list fc_timer = { function: pluto_detect_timeout }; in pluto_detect() local186 fc_timer.expires = jiffies + 10 * HZ; in pluto_detect()187 add_timer(&fc_timer); in pluto_detect()194 del_timer_sync(&fc_timer); in pluto_detect()