Searched refs:OVS_VXLAN_EXT_MAX (Results 1 – 3 of 3) sorted by relevance
47 static const struct nla_policy exts_policy[OVS_VXLAN_EXT_MAX + 1] = {54 struct nlattr *exts[OVS_VXLAN_EXT_MAX + 1]; in vxlan_configure_exts()60 err = nla_parse_nested_deprecated(exts, OVS_VXLAN_EXT_MAX, attr, in vxlan_configure_exts()
378 static const struct ovs_len_tbl ovs_vxlan_ext_key_lens[OVS_VXLAN_EXT_MAX + 1] = {599 if (type > OVS_VXLAN_EXT_MAX) { in vxlan_tun_opt_from_nlattr()601 type, OVS_VXLAN_EXT_MAX); in vxlan_tun_opt_from_nlattr()
305 #define OVS_VXLAN_EXT_MAX (__OVS_VXLAN_EXT_MAX - 1) macro