2 * linux/include/linux/netfilter/xt_IDLETIMER.h
4 * Header file for Xtables timer target module.
6 * Copyright (C) 2004, 2010 Nokia Corporation
9 * Converted to x_tables and forward-ported to 2.6.34
14 * This program is free software; you can redistribute it and/or
15 * modify it under the terms of the GNU General Public License
16 * version 2 as published by the Free Software Foundation.
18 * This program is distributed in the hope that it will be useful, but
19 * WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21 * General Public License for more details.
23 * You should have received a copy of the GNU General Public License
24 * along with this program; if not, write to the Free Software
25 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
29 #ifndef _XT_IDLETIMER_H
30 #define _XT_IDLETIMER_H
32 #include <linux/types.h>
34 #define MAX_IDLETIMER_LABEL_SIZE 28
36 struct idletimer_tg_info {
39 char label[MAX_IDLETIMER_LABEL_SIZE];
41 /* for kernel module internal use only */
42 struct idletimer_tg *timer __attribute__((aligned(8)));