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
hv: hyperv.h: remove unneeded forward declarations of structures
[zen-stable.git]
/
include
/
linux
/
netfilter
/
xt_CT.h
blob
b56e76811c04380e9779dbe82c2cfa4a5b0c6abd
1
#ifndef _XT_CT_H
2
#define _XT_CT_H
3
4
#include <linux/types.h>
5
6
#define XT_CT_NOTRACK 0x1
7
8
struct
xt_ct_target_info
{
9
__u16 flags
;
10
__u16 zone
;
11
__u32 ct_events
;
12
__u32 exp_events
;
13
char
helper
[
16
];
14
15
/* Used internally by the kernel */
16
struct
nf_conn
*
ct
__attribute__
((
aligned
(
8
)));
17
};
18
19
#endif
/* _XT_CT_H */