Sign in
gfiber
/
toolchains
/
armada
/
39a78689899eca29db8da8a70f237f991d751be1
/
.
/
arm-marvell-linux-uclibcgnueabi
/
libc
/
usr
/
include
/
linux
/
netfilter
/
xt_CONNSECMARK.h
blob: b973ff80fa1e29cbb67dff66bd1d9bc4960e8e1f [
file
] [
log
] [
blame
]
#ifndef
_XT_CONNSECMARK_H_target
#define
_XT_CONNSECMARK_H_target
#include
<linux/types.h>
enum
{
CONNSECMARK_SAVE
=
1
,
CONNSECMARK_RESTORE
,
};
struct
xt_connsecmark_target_info
{
__u8 mode
;
};
#endif
/*_XT_CONNSECMARK_H_target */