repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'v3.3.7' into 3.3/master
[zen-stable.git]
/
include
/
linux
/
netfilter
/
xt_CONNSECMARK.h
blob
b973ff80fa1e29cbb67dff66bd1d9bc4960e8e1f
1
#ifndef _XT_CONNSECMARK_H_target
2
#define _XT_CONNSECMARK_H_target
3
4
#include <linux/types.h>
5
6
enum
{
7
CONNSECMARK_SAVE
=
1
,
8
CONNSECMARK_RESTORE
,
9
};
10
11
struct
xt_connsecmark_target_info
{
12
__u8 mode
;
13
};
14
15
#endif
/*_XT_CONNSECMARK_H_target */