Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xt_connmark.h
Go to the documentation of this file.
1 #ifndef _XT_CONNMARK_H
2 #define _XT_CONNMARK_H
3 
4 #include <linux/types.h>
5 
6 /* Copyright (C) 2002,2004 MARA Systems AB <http://www.marasystems.com>
7  * by Henrik Nordstrom <[email protected]>
8  *
9  * This program is free software; you can redistribute it and/or modify
10  * it under the terms of the GNU General Public License as published by
11  * the Free Software Foundation; either version 2 of the License, or
12  * (at your option) any later version.
13  */
14 
15 enum {
19 };
20 
24 };
25 
29 };
30 
31 #endif /*_XT_CONNMARK_H*/