repo.or.cz
/
wrt350n-kernel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86: arch/x86/mm/init_32.c cleanup
[wrt350n-kernel.git]
/
include
/
linux
/
netfilter
/
xt_CONNSECMARK.h
blob
c6bd75469ba28d66f80da391284a710e731267d0
1
#ifndef _XT_CONNSECMARK_H_target
2
#define _XT_CONNSECMARK_H_target
3
4
enum
{
5
CONNSECMARK_SAVE
=
1
,
6
CONNSECMARK_RESTORE
,
7
};
8
9
struct
xt_connsecmark_target_info
{
10
u_int8_t mode
;
11
};
12
13
#endif
/*_XT_CONNSECMARK_H_target */