Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
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()
H A Dx_tables.c60 static const char *const xt_prefix[NFPROTO_NUMPROTO] = {
1863 for (i = 0; i < NFPROTO_NUMPROTO; i++) in xt_net_init()
1872 for (i = 0; i < NFPROTO_NUMPROTO; i++) in xt_net_exit()
1890 xt = kcalloc(NFPROTO_NUMPROTO, sizeof(struct xt_af), GFP_KERNEL); in xt_init()
1894 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.c51 struct nf_nat_hooks_net nat_proto_net[NFPROTO_NUMPROTO];
H A Dnf_tables_api.c586 static const struct nft_chain_type *chain_type[NFPROTO_NUMPROTO][NFT_CHAIN_T_MAX];
591 if (family >= NFPROTO_NUMPROTO || in __nft_chain_type_get()
/OK3568_Linux_fs/kernel/include/net/netns/
H A Dx_tables.h11 struct list_head tables[NFPROTO_NUMPROTO];
H A Dnetfilter.h17 const struct nf_logger __rcu *nf_loggers[NFPROTO_NUMPROTO];
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dnetfilter.h67 NFPROTO_NUMPROTO, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dnetfilter.h67 NFPROTO_NUMPROTO, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnetfilter.h66 NFPROTO_NUMPROTO, enumerator
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4-custom/
H A D0008-netfilter-nft_log-restrict-the-log-prefix-length-to-.patch58 static struct nf_logger __rcu *loggers[NFPROTO_NUMPROTO][NF_LOG_TYPE_MAX] __read_mostly;
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetfilter.h193 extern struct static_key nf_hooks_needed[NFPROTO_NUMPROTO][NF_MAX_HOOKS];