expect_class_max   54 include/net/netfilter/nf_conntrack_helper.h 	unsigned int expect_class_max;
expect_class_max   98 include/net/netfilter/nf_conntrack_helper.h 		       u32 expect_class_max,
expect_class_max  404 net/netfilter/nf_conntrack_helper.c 	BUG_ON(me->expect_class_max >= NF_CT_MAX_EXPECT_CLASSES);
expect_class_max  482 net/netfilter/nf_conntrack_helper.c 		       u32 expect_class_max,
expect_class_max  494 net/netfilter/nf_conntrack_helper.c 	helper->expect_class_max = expect_class_max;
expect_class_max 3262 net/netfilter/nf_conntrack_netlink.c 		if (class > helper->expect_class_max)
expect_class_max  207 net/netfilter/nfnetlink_cthelper.c 	helper->expect_class_max = class_max - 1;
expect_class_max  322 net/netfilter/nfnetlink_cthelper.c 	new_policy = kmalloc_array(helper->expect_class_max + 1,
expect_class_max  330 net/netfilter/nfnetlink_cthelper.c 	for (i = 0; i < helper->expect_class_max + 1; i++) {
expect_class_max  344 net/netfilter/nfnetlink_cthelper.c 	for (i = 0; i < helper->expect_class_max + 1; i++) {
expect_class_max  373 net/netfilter/nfnetlink_cthelper.c 	if (helper->expect_class_max + 1 != class_max)
expect_class_max  495 net/netfilter/nfnetlink_cthelper.c 			 htonl(helper->expect_class_max + 1)))
expect_class_max  498 net/netfilter/nfnetlink_cthelper.c 	for (i = 0; i < helper->expect_class_max + 1; i++) {