projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge git://git.infradead.org/~dwmw2/iommu-2.6.31
[linux-2.6]
/
include
/
linux
/
netfilter
/
xt_socket.h
1
#ifndef _XT_SOCKET_H
2
#define _XT_SOCKET_H
3
4
enum {
5
XT_SOCKET_TRANSPARENT = 1 << 0,
6
};
7
8
struct xt_socket_mtinfo1 {
9
__u8 flags;
10
};
11
12
#endif /* _XT_SOCKET_H */