Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ebt_nflog.h
Go to the documentation of this file.
1 #ifndef __LINUX_BRIDGE_EBT_NFLOG_H
2 #define __LINUX_BRIDGE_EBT_NFLOG_H
3 
4 #include <linux/types.h>
5 
6 #define EBT_NFLOG_MASK 0x0
7 
8 #define EBT_NFLOG_PREFIX_SIZE 64
9 #define EBT_NFLOG_WATCHER "nflog"
10 
11 #define EBT_NFLOG_DEFAULT_GROUP 0x1
12 #define EBT_NFLOG_DEFAULT_THRESHOLD 1
13 
21 };
22 
23 #endif /* __LINUX_BRIDGE_EBT_NFLOG_H */