OVS_VXLAN_EXT_MAX
static const struct ovs_len_tbl ovs_vxlan_ext_key_lens[OVS_VXLAN_EXT_MAX + 1] = {
if (type > OVS_VXLAN_EXT_MAX) {
type, OVS_VXLAN_EXT_MAX);
static const struct nla_policy exts_policy[OVS_VXLAN_EXT_MAX + 1] = {
struct nlattr *exts[OVS_VXLAN_EXT_MAX + 1];
err = nla_parse_nested_deprecated(exts, OVS_VXLAN_EXT_MAX, attr,