Home
last modified time | relevance | path

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

/Linux-v5.4/net/netfilter/
Dnf_log.c22 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()
401 static char nf_log_sysctl_fnames[NFPROTO_NUMPROTO-NFPROTO_UNSPEC][3];
402 static struct ctl_table nf_log_sysctl_table[NFPROTO_NUMPROTO+1];
479 for (i = NFPROTO_UNSPEC; i < NFPROTO_NUMPROTO; i++) { in netfilter_log_sysctl_init()
497 for (i = NFPROTO_UNSPEC; i < NFPROTO_NUMPROTO; i++) in netfilter_log_sysctl_init()
Dx_tables.c60 static const char *const xt_prefix[NFPROTO_NUMPROTO] = {
1870 for (i = 0; i < NFPROTO_NUMPROTO; i++) in xt_net_init()
1879 for (i = 0; i < NFPROTO_NUMPROTO; i++) in xt_net_exit()
1897 xt = kcalloc(NFPROTO_NUMPROTO, sizeof(struct xt_af), GFP_KERNEL); in xt_init()
1901 for (i = 0; i < NFPROTO_NUMPROTO; i++) { in xt_init()
Dcore.c38 struct static_key nf_hooks_needed[NFPROTO_NUMPROTO][NF_MAX_HOOKS];
Dnf_nat_core.c51 struct nf_nat_hooks_net nat_proto_net[NFPROTO_NUMPROTO];
Dnf_tables_api.c487 static const struct nft_chain_type *chain_type[NFPROTO_NUMPROTO][NFT_CHAIN_T_MAX];
1089 if (WARN_ON(ctype->family >= NFPROTO_NUMPROTO)) in nft_register_chain_type()
/Linux-v5.4/include/net/netns/
Dx_tables.h11 struct list_head tables[NFPROTO_NUMPROTO];
Dnetfilter.h16 const struct nf_logger __rcu *nf_loggers[NFPROTO_NUMPROTO];
/Linux-v5.4/include/uapi/linux/
Dnetfilter.h65 NFPROTO_NUMPROTO, enumerator
/Linux-v5.4/include/linux/
Dnetfilter.h196 extern struct static_key nf_hooks_needed[NFPROTO_NUMPROTO][NF_MAX_HOOKS];