Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/netfilter/
Dip_fw_compat_redir.c71 struct timer_list destroyme; member
156 static void destroyme(unsigned long me) in destroyme() function
227 init_timer(&redir->destroyme); in do_redirect()
228 redir->destroyme.function = destroyme; in do_redirect()
229 redir->destroyme.data = (unsigned long)redir; in do_redirect()
230 redir->destroyme.expires = jiffies + REDIR_TIMEOUT; in do_redirect()
231 add_timer(&redir->destroyme); in do_redirect()
273 if (del_timer(&redir->destroyme)) { in check_for_redirect()
274 redir->destroyme.expires = jiffies + REDIR_TIMEOUT; in check_for_redirect()
275 add_timer(&redir->destroyme); in check_for_redirect()
[all …]