• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef __LINUX_NETFILTER_CORE_H_
2 #define __LINUX_NETFILTER_CORE_H_
3 
4 #include <uapi/linux/netfilter.h>
5 
6 /* Largest hook number + 1, see uapi/linux/netfilter_decnet.h */
7 #define NF_MAX_HOOKS 8
8 
9 #endif
10