Searched refs:NFPROTO_NUMPROTO (Results 1 – 8 of 8) sorted by relevance
22 static struct nf_logger __rcu *loggers[NFPROTO_NUMPROTO][NF_LOG_TYPE_MAX] __read_mostly;69 for (i = 0; i < NFPROTO_NUMPROTO; i++) { in nf_log_unset()90 for (i = NFPROTO_UNSPEC; i < NFPROTO_NUMPROTO; i++) { in nf_log_register()96 for (i = NFPROTO_UNSPEC; i < NFPROTO_NUMPROTO; i++) in nf_log_register()118 for (i = 0; i < NFPROTO_NUMPROTO; i++) { in nf_log_unregister()391 static char nf_log_sysctl_fnames[NFPROTO_NUMPROTO-NFPROTO_UNSPEC][3];392 static struct ctl_table nf_log_sysctl_table[NFPROTO_NUMPROTO+1];469 for (i = NFPROTO_UNSPEC; i < NFPROTO_NUMPROTO; i++) { in netfilter_log_sysctl_init()487 for (i = NFPROTO_UNSPEC; i < NFPROTO_NUMPROTO; i++) in netfilter_log_sysctl_init()
54 static struct list_head xt_templates[NFPROTO_NUMPROTO];57 struct list_head tables[NFPROTO_NUMPROTO];80 static const char *const xt_prefix[NFPROTO_NUMPROTO] = {1959 for (i = 0; i < NFPROTO_NUMPROTO; i++) in xt_net_init()1969 for (i = 0; i < NFPROTO_NUMPROTO; i++) in xt_net_exit()1989 xt = kcalloc(NFPROTO_NUMPROTO, sizeof(struct xt_af), GFP_KERNEL); in xt_init()1993 for (i = 0; i < NFPROTO_NUMPROTO; i++) { in xt_init()
38 struct static_key nf_hooks_needed[NFPROTO_NUMPROTO][NF_MAX_HOOKS];
51 struct nf_nat_hooks_net nat_proto_net[NFPROTO_NUMPROTO];
611 static const struct nft_chain_type *chain_type[NFPROTO_NUMPROTO][NFT_CHAIN_T_MAX];616 if (family >= NFPROTO_NUMPROTO || in __nft_chain_type_get()
15 const struct nf_logger __rcu *nf_loggers[NFPROTO_NUMPROTO];
67 NFPROTO_NUMPROTO, enumerator
196 extern struct static_key nf_hooks_needed[NFPROTO_NUMPROTO][NF_MAX_HOOKS];
Completed in 37 milliseconds