Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
8d870052079d255917ec4f8431f5ec102707b7af
/
.
/
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