Home
last modified time | relevance | path

Searched refs:OVS_VXLAN_EXT_MAX (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/net/openvswitch/
A Dvport-vxlan.c47 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()
A Dflow_netlink.c376 static const struct ovs_len_tbl ovs_vxlan_ext_key_lens[OVS_VXLAN_EXT_MAX + 1] = {
597 if (type > OVS_VXLAN_EXT_MAX) { in vxlan_tun_opt_from_nlattr()
599 type, OVS_VXLAN_EXT_MAX); in vxlan_tun_opt_from_nlattr()
/linux-6.3-rc2/include/uapi/linux/
A Dopenvswitch.h305 #define OVS_VXLAN_EXT_MAX (__OVS_VXLAN_EXT_MAX - 1) macro

Completed in 12 milliseconds