Searched refs:OVS_CT_ATTR_MAX (Results 1 – 2 of 2) sorted by relevance
559 static const struct ovs_ct_len_tbl ovs_ct_attr_lens[OVS_CT_ATTR_MAX + 1] = {582 if (type > OVS_CT_ATTR_MAX) { in parse_ct()585 type, OVS_CT_ATTR_MAX); in parse_ct()
647 #define OVS_CT_ATTR_MAX (__OVS_CT_ATTR_MAX - 1) macro