Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
c85d194bfd2e36c5254b8058c1f35cfce0dfa10a
/
.
/
include
/
net
/
netns
/
x_tables.h
blob: 0cb63ed2c1fc268843af16f911db33e571e24b38 [
file
] [
log
] [
blame
]
Alexey Dobriyan
8d87005
2008-01-31 04:02:13 -0800
[
diff
] [
blame
]
1
#ifndef
__NETNS_X_TABLES_H
2
#define
__NETNS_X_TABLES_H
3
4
#include
<linux/list.h>
5
#include
<linux/net.h>
6
7
struct
netns_xt
{
8
struct
list_head tables
[
NPROTO
];
9
};
10
#endif