]> Git Repo - linux.git/blob - include/linux/netfilter/xt_socket.h
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
[linux.git] / 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 */
This page took 0.026878 seconds and 4 git commands to generate.