projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'fixes-for-linus' of git://git.monstr.eu/linux-2.6-microblaze
[linux-2.6]
/
include
/
linux
/
netfilter
/
xt_CONNSECMARK.h
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 */