Searched refs:OVS_VXLAN_EXT_GBP (Results 1 – 3 of 3) sorted by relevance
108 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()
469 [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()
257 OVS_VXLAN_EXT_GBP, /* Flag or __u32 */ enumerator