Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xt_NFQUEUE.h
Go to the documentation of this file.
1 /* iptables module for using NFQUEUE mechanism
2  *
3  * (C) 2005 Harald Welte <[email protected]>
4  *
5  * This software is distributed under GNU GPL v2, 1991
6  *
7 */
8 #ifndef _XT_NFQ_TARGET_H
9 #define _XT_NFQ_TARGET_H
10 
11 #include <linux/types.h>
12 
13 /* target info */
14 struct xt_NFQ_info {
16 };
17 
21 };
22 
27 };
28 
29 #endif /* _XT_NFQ_TARGET_H */