Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/crashdump...
[firefly-linux-kernel-4.4.55.git] / include / linux / netfilter / xt_connmark.h
index c592f6ae08832ca0d46cb181d2ee62eb811a1232..359ef86918dcca37af7e7529578a6fc9236f6898 100644 (file)
@@ -15,4 +15,9 @@ struct xt_connmark_info {
        u_int8_t invert;
 };
 
+struct xt_connmark_mtinfo1 {
+       u_int32_t mark, mask;
+       u_int8_t invert;
+};
+
 #endif /*_XT_CONNMARK_H*/