]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - include/linux/netfilter/xt_CONNSECMARK.h
Merge branches 'core-fixes-for-linus', 'irq-fixes-for-linus' and 'timers-fixes-for...
[mirror_ubuntu-artful-kernel.git] / include / 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 */