Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A 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()
397 static char nf_log_sysctl_fnames[NFPROTO_NUMPROTO-NFPROTO_UNSPEC][3];
398 static struct ctl_table nf_log_sysctl_table[NFPROTO_NUMPROTO];
474 for (i = NFPROTO_UNSPEC; i < NFPROTO_NUMPROTO; i++) { in netfilter_log_sysctl_init()
492 for (i = NFPROTO_UNSPEC; i < NFPROTO_NUMPROTO; i++) in netfilter_log_sysctl_init()
H A Dx_tables.c54 static struct list_head xt_templates[NFPROTO_NUMPROTO];
57 struct list_head tables[NFPROTO_NUMPROTO];
80 static const char *const xt_prefix[NFPROTO_NUMPROTO] = {
1960 for (i = 0; i < NFPROTO_NUMPROTO; i++) in xt_net_init()
1970 for (i = 0; i < NFPROTO_NUMPROTO; i++) in xt_net_exit()
1990 xt = kcalloc(NFPROTO_NUMPROTO, sizeof(struct xt_af), GFP_KERNEL); in xt_init()
1994 for (i = 0; i < NFPROTO_NUMPROTO; i++) { in xt_init()
H A Dcore.c38 struct static_key nf_hooks_needed[NFPROTO_NUMPROTO][NF_MAX_HOOKS];
H A Dnf_nat_core.c54 struct nf_nat_hooks_net nat_proto_net[NFPROTO_NUMPROTO];
H A Dnf_tables_api.c896 static const struct nft_chain_type *chain_type[NFPROTO_NUMPROTO][NFT_CHAIN_T_MAX];
901 if (family >= NFPROTO_NUMPROTO || in __nft_chain_type_get()
/linux/include/net/netns/
H A Dnetfilter.h15 const struct nf_logger __rcu *nf_loggers[NFPROTO_NUMPROTO];
/linux/include/uapi/linux/
H A Dnetfilter.h69 NFPROTO_NUMPROTO, enumerator
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dnetfilter_link_attach.c21 { .pf = NFPROTO_NUMPROTO, .name = "invalid-pf", },
/linux/include/linux/
H A Dnetfilter.h208 extern struct static_key nf_hooks_needed[NFPROTO_NUMPROTO][NF_MAX_HOOKS];