MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / include / linux / netfilter / xt_CONNSECMARK.h
blobc6bd75469ba28d66f80da391284a710e731267d0
1 #ifndef _XT_CONNSECMARK_H_target
2 #define _XT_CONNSECMARK_H_target
4 enum {
5 CONNSECMARK_SAVE = 1,
6 CONNSECMARK_RESTORE,
7 };
9 struct xt_connsecmark_target_info {
10 u_int8_t mode;
13 #endif /*_XT_CONNSECMARK_H_target */