Home
last modified time | relevance | path

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

/linux-4.1.27/net/openvswitch/
Dvport-vxlan.c108 nla_put_flag(skb, OVS_VXLAN_EXT_GBP)) in vxlan_get_options()
127 [OVS_VXLAN_EXT_GBP] = { .type = NLA_FLAG, },
145 if (exts[OVS_VXLAN_EXT_GBP]) in vxlan_configure_exts()
Dflow_netlink.c469 [OVS_VXLAN_EXT_GBP] = { .type = NLA_U32 },
489 if (tb[OVS_VXLAN_EXT_GBP]) in vxlan_tun_opt_from_nlattr()
490 opts.gbp = nla_get_u32(tb[OVS_VXLAN_EXT_GBP]); in vxlan_tun_opt_from_nlattr()
636 if (nla_put_u32(skb, OVS_VXLAN_EXT_GBP, opts->gbp) < 0) in vxlan_opt_to_nlattr()
/linux-4.1.27/include/uapi/linux/
Dopenvswitch.h257 OVS_VXLAN_EXT_GBP, /* Flag or __u32 */ enumerator