Searched refs:NF_MAX_HOOKS (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/
H A Dnetfilter_defs.h7 #define NF_MAX_HOOKS 8 macro
H A Dnetfilter.h143 extern struct static_key nf_hooks_needed[NFPROTO_NUMPROTO][NF_MAX_HOOKS];
/linux-4.4.14/include/net/netns/
H A Dnetfilter.h17 struct list_head hooks[NFPROTO_NUMPROTO][NF_MAX_HOOKS];
/linux-4.4.14/net/netfilter/
H A Dcore.c59 struct static_key nf_hooks_needed[NFPROTO_NUMPROTO][NF_MAX_HOOKS];
443 for (h = 0; h < NF_MAX_HOOKS; h++) netfilter_net_init()
/linux-4.4.14/include/net/netfilter/
H A Dnf_tables.h782 nf_hookfn *hooks[NF_MAX_HOOKS];
881 nf_hookfn *hooks[NF_MAX_HOOKS];

Completed in 256 milliseconds