Merge tag 'for-linus-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / include / uapi / linux / netfilter / xt_CONNSECMARK.h
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _XT_CONNSECMARK_H_target
3 #define _XT_CONNSECMARK_H_target
4
5 #include <linux/types.h>
6
7 enum {
8         CONNSECMARK_SAVE = 1,
9         CONNSECMARK_RESTORE,
10 };
11
12 struct xt_connsecmark_target_info {
13         __u8 mode;
14 };
15
16 #endif /*_XT_CONNSECMARK_H_target */