Home
last modified time | relevance | path

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

/linux-3.4.99/net/netfilter/
Dnf_log.c19 static const struct nf_logger __rcu *nf_loggers[NFPROTO_NUMPROTO] __read_mostly;
20 static struct list_head nf_loggers_l[NFPROTO_NUMPROTO] __read_mostly;
50 for (i = NFPROTO_UNSPEC; i < NFPROTO_NUMPROTO; i++) in nf_log_register()
224 static char nf_log_sysctl_fnames[NFPROTO_NUMPROTO-NFPROTO_UNSPEC][3];
225 static struct ctl_table nf_log_sysctl_table[NFPROTO_NUMPROTO+1];
274 for (i = NFPROTO_UNSPEC; i < NFPROTO_NUMPROTO; i++) { in netfilter_log_sysctl_init()
314 for (i = NFPROTO_UNSPEC; i < NFPROTO_NUMPROTO; i++) in netfilter_log_init()
Dcore.c30 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];
Dx_tables.c61 static const char *const xt_prefix[NFPROTO_NUMPROTO] = {
1350 for (i = 0; i < NFPROTO_NUMPROTO; i++) in xt_net_init()
1368 xt = kmalloc(sizeof(struct xt_af) * NFPROTO_NUMPROTO, GFP_KERNEL); in xt_init()
1372 for (i = 0; i < NFPROTO_NUMPROTO; i++) { in xt_init()
Dnf_queue.c21 static const struct nf_queue_handler __rcu *queue_handler[NFPROTO_NUMPROTO] __read_mostly;
/linux-3.4.99/include/linux/
Dnetfilter.h70 NFPROTO_NUMPROTO, enumerator
163 extern struct list_head nf_hooks[NFPROTO_NUMPROTO][NF_MAX_HOOKS];
167 extern struct static_key nf_hooks_needed[NFPROTO_NUMPROTO][NF_MAX_HOOKS];
299 extern const struct nf_afinfo __rcu *nf_afinfo[NFPROTO_NUMPROTO];
/linux-3.4.99/include/net/netns/
Dx_tables.h10 struct list_head tables[NFPROTO_NUMPROTO];
/linux-3.4.99/include/net/netfilter/
Dnf_log.h45 struct list_head list[NFPROTO_NUMPROTO];