Sign in
nest-open-source
/
manifest_repos
/
iptables
/
f0e5b60f468d4f5458181631368b088622b7e075
/
.
/
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 */