Sign in
nest-open-source
/
nest-learning-thermostat
/
5.8
/
linux
/
767a574a9e8a49b60a1184494958764b04757951
/
.
/
linux
/
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 */