added 2.6.29.6 aldebaran kernel
[nao-ulib.git] / kernel / 2.6.29.6-aldebaran-rt / include / linux / netfilter / xt_CONNSECMARK.h
blobb973ff80fa1e29cbb67dff66bd1d9bc4960e8e1f
1 #ifndef _XT_CONNSECMARK_H_target
2 #define _XT_CONNSECMARK_H_target
4 #include <linux/types.h>
6 enum {
7 CONNSECMARK_SAVE = 1,
8 CONNSECMARK_RESTORE,
9 };
11 struct xt_connsecmark_target_info {
12 __u8 mode;
15 #endif /*_XT_CONNSECMARK_H_target */