Symbol: NFPROTO_NUMPROTO
include/linux/netfilter.h
212
extern struct static_key nf_hooks_needed[NFPROTO_NUMPROTO][NF_MAX_HOOKS];
include/net/netns/netfilter.h
15
const struct nf_logger __rcu *nf_loggers[NFPROTO_NUMPROTO];
net/netfilter/core.c
35
struct static_key nf_hooks_needed[NFPROTO_NUMPROTO][NF_MAX_HOOKS];
net/netfilter/nf_conntrack_standalone.c
576
for (i = 0; i < NFPROTO_NUMPROTO; i++) {
net/netfilter/nf_log.c
118
for (i = 0; i < NFPROTO_NUMPROTO; i++) {
net/netfilter/nf_log.c
140
if (pf >= NFPROTO_NUMPROTO) {
net/netfilter/nf_log.c
22
static struct nf_logger __rcu *loggers[NFPROTO_NUMPROTO][NF_LOG_TYPE_MAX] __read_mostly;
net/netfilter/nf_log.c
423
static char nf_log_sysctl_fnames[NFPROTO_NUMPROTO-NFPROTO_UNSPEC][3];
net/netfilter/nf_log.c
424
static struct ctl_table nf_log_sysctl_table[NFPROTO_NUMPROTO];
net/netfilter/nf_log.c
500
for (i = NFPROTO_UNSPEC; i < NFPROTO_NUMPROTO; i++) {
net/netfilter/nf_log.c
518
for (i = NFPROTO_UNSPEC; i < NFPROTO_NUMPROTO; i++)
net/netfilter/nf_log.c
69
for (i = 0; i < NFPROTO_NUMPROTO; i++) {
net/netfilter/nf_log.c
90
for (i = NFPROTO_UNSPEC; i < NFPROTO_NUMPROTO; i++) {
net/netfilter/nf_log.c
96
for (i = NFPROTO_UNSPEC; i < NFPROTO_NUMPROTO; i++)
net/netfilter/nf_nat_core.c
54
struct nf_nat_hooks_net nat_proto_net[NFPROTO_NUMPROTO];
net/netfilter/nf_tables_api.c
1050
static const struct nft_chain_type *chain_type[NFPROTO_NUMPROTO][NFT_CHAIN_T_MAX];
net/netfilter/nf_tables_api.c
1055
if (family >= NFPROTO_NUMPROTO ||
net/netfilter/x_tables.c
1987
for (i = 0; i < NFPROTO_NUMPROTO; i++)
net/netfilter/x_tables.c
1997
for (i = 0; i < NFPROTO_NUMPROTO; i++)
net/netfilter/x_tables.c
2019
xt = kzalloc_objs(struct xt_af, NFPROTO_NUMPROTO);
net/netfilter/x_tables.c
2023
for (i = 0; i < NFPROTO_NUMPROTO; i++) {
net/netfilter/x_tables.c
54
static struct list_head xt_templates[NFPROTO_NUMPROTO];
net/netfilter/x_tables.c
57
struct list_head tables[NFPROTO_NUMPROTO];
net/netfilter/x_tables.c
80
static const char *const xt_prefix[NFPROTO_NUMPROTO] = {
tools/testing/selftests/bpf/prog_tests/netfilter_link_attach.c
21
{ .pf = NFPROTO_NUMPROTO, .name = "invalid-pf", },