Home
last modified time | relevance | path

Searched refs:NF_MAX_HOOKS (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/netfilter/
Dcore.c55 struct list_head nf_hooks[NFPROTO_NUMPROTO][NF_MAX_HOOKS] __read_mostly;
59 struct static_key nf_hooks_needed[NFPROTO_NUMPROTO][NF_MAX_HOOKS];
301 for (h = 0; h < NF_MAX_HOOKS; h++) in netfilter_init()
/linux-4.1.27/include/linux/
Dnetfilter.h42 #define NF_MAX_HOOKS 8 macro
129 extern struct list_head nf_hooks[NFPROTO_NUMPROTO][NF_MAX_HOOKS];
132 extern struct static_key nf_hooks_needed[NFPROTO_NUMPROTO][NF_MAX_HOOKS];
/linux-4.1.27/include/net/netfilter/
Dnf_tables.h769 nf_hookfn *hooks[NF_MAX_HOOKS];
854 nf_hookfn *hooks[NF_MAX_HOOKS];