repo.or.cz
/
pohmelfs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use dentry_path() to create full path to inode object
[pohmelfs.git]
/
include
/
linux
/
netfilter
/
xt_socket.h
blob
26d7217bd4f1cf1337a7c1d5d5643801d23b4e8a
1
#ifndef _XT_SOCKET_H
2
#define _XT_SOCKET_H
3
4
#include <linux/types.h>
5
6
enum
{
7
XT_SOCKET_TRANSPARENT
=
1
<<
0
,
8
};
9
10
struct
xt_socket_mtinfo1
{
11
__u8 flags
;
12
};
13
14
#endif
/* _XT_SOCKET_H */