Welcome to mirror list, hosted at ThFree Co, Russian Federation.

netfilter_defs.h « linux « include - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d3a7f8597e821912f95c2e85b7df1d47c475adf7 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __LINUX_NETFILTER_CORE_H_
#define __LINUX_NETFILTER_CORE_H_

#include <uapi/linux/netfilter.h>

/* Largest hook number + 1, see uapi/linux/netfilter_decnet.h */
#define NF_MAX_HOOKS 8

#endif