Home
last modified time | relevance | path

Searched refs:NFPROTO_NUMPROTO (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/net/netfilter/
Dnf_log.c19 static struct nf_logger __rcu *loggers[NFPROTO_NUMPROTO][NF_LOG_TYPE_MAX] __read_mostly;
64 for (i = 0; i < NFPROTO_NUMPROTO; i++) { in nf_log_unset()
86 for (i = NFPROTO_UNSPEC; i < NFPROTO_NUMPROTO; i++) { in nf_log_register()
92 for (i = NFPROTO_UNSPEC; i < NFPROTO_NUMPROTO; i++) in nf_log_register()
114 for (i = 0; i < NFPROTO_NUMPROTO; i++) { in nf_log_unregister()
393 static char nf_log_sysctl_fnames[NFPROTO_NUMPROTO-NFPROTO_UNSPEC][3];
394 static struct ctl_table nf_log_sysctl_table[NFPROTO_NUMPROTO+1];
451 for (i = NFPROTO_UNSPEC; i < NFPROTO_NUMPROTO; i++) { in netfilter_log_sysctl_init()
Dcore.c32 const struct nf_afinfo __rcu *nf_afinfo[NFPROTO_NUMPROTO] __read_mostly;
55 struct list_head nf_hooks[NFPROTO_NUMPROTO][NF_MAX_HOOKS] __read_mostly;
59 struct static_key nf_hooks_needed[NFPROTO_NUMPROTO][NF_MAX_HOOKS];
Dnf_nat_core.c36 static const struct nf_nat_l3proto __rcu *nf_nat_l3protos[NFPROTO_NUMPROTO]
38 static const struct nf_nat_l4proto __rcu **nf_nat_l4protos[NFPROTO_NUMPROTO]
891 for (i = 0; i < NFPROTO_NUMPROTO; i++) in nf_nat_cleanup()
Dx_tables.c62 static const char *const xt_prefix[NFPROTO_NUMPROTO] = {
1315 for (i = 0; i < NFPROTO_NUMPROTO; i++) in xt_net_init()
1333 xt = kmalloc(sizeof(struct xt_af) * NFPROTO_NUMPROTO, GFP_KERNEL); in xt_init()
1337 for (i = 0; i < NFPROTO_NUMPROTO; i++) { in xt_init()
/linux-4.1.27/include/net/netns/
Dnetfilter.h13 const struct nf_logger __rcu *nf_loggers[NFPROTO_NUMPROTO];
Dx_tables.h10 struct list_head tables[NFPROTO_NUMPROTO];
/linux-4.1.27/include/uapi/linux/
Dnetfilter.h62 NFPROTO_NUMPROTO, enumerator
/linux-4.1.27/include/linux/
Dnetfilter.h129 extern struct list_head nf_hooks[NFPROTO_NUMPROTO][NF_MAX_HOOKS];
132 extern struct static_key nf_hooks_needed[NFPROTO_NUMPROTO][NF_MAX_HOOKS];
272 extern const struct nf_afinfo __rcu *nf_afinfo[NFPROTO_NUMPROTO];