repo.or.cz
/
linux-ginger.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
OMAP3: SR: Replace printk's with pr_* calls
[linux-ginger.git]
/
include
/
linux
/
netfilter
/
xt_socket.h
blob
6f475b8ff34be81caa612bf1a947d3ad627290ab
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 */