Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xt_HMARK.h
Go to the documentation of this file.
1 #ifndef XT_HMARK_H_
2 #define XT_HMARK_H_
3 
4 #include <linux/types.h>
5 
6 enum {
22 };
23 #define XT_HMARK_FLAG(flag) (1 << flag)
24 
25 union hmark_ports {
26  struct {
29  } p16;
30  struct {
33  } b16;
36 };
37 
38 struct xt_hmark_info {
47  __u32 hoffset; /* Mark offset to start from */
48 };
49 
50 #endif /* XT_HMARK_H_ */