class_max         174 net/netfilter/nfnetlink_cthelper.c 	unsigned int class_max;
class_max         185 net/netfilter/nfnetlink_cthelper.c 	class_max = ntohl(nla_get_be32(tb[NFCTH_POLICY_SET_NUM]));
class_max         186 net/netfilter/nfnetlink_cthelper.c 	if (class_max == 0)
class_max         188 net/netfilter/nfnetlink_cthelper.c 	if (class_max > NF_CT_MAX_EXPECT_CLASSES)
class_max         191 net/netfilter/nfnetlink_cthelper.c 	expect_policy = kcalloc(class_max,
class_max         197 net/netfilter/nfnetlink_cthelper.c 	for (i = 0; i < class_max; i++) {
class_max         207 net/netfilter/nfnetlink_cthelper.c 	helper->expect_class_max = class_max - 1;
class_max         360 net/netfilter/nfnetlink_cthelper.c 	unsigned int class_max;
class_max         372 net/netfilter/nfnetlink_cthelper.c 	class_max = ntohl(nla_get_be32(tb[NFCTH_POLICY_SET_NUM]));
class_max         373 net/netfilter/nfnetlink_cthelper.c 	if (helper->expect_class_max + 1 != class_max)