Merge tag 'linux-kselftest-4.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / include / uapi / linux / netfilter / xt_CONNSECMARK.h
1 #ifndef _XT_CONNSECMARK_H_target
2 #define _XT_CONNSECMARK_H_target
3
4 #include <linux/types.h>
5
6 enum {
7         CONNSECMARK_SAVE = 1,
8         CONNSECMARK_RESTORE,
9 };
10
11 struct xt_connsecmark_target_info {
12         __u8 mode;
13 };
14
15 #endif /*_XT_CONNSECMARK_H_target */