Home
last modified time | relevance | path

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

/linux-6.1.9/net/openvswitch/
Dvport-vxlan.c38 nla_put_flag(skb, OVS_VXLAN_EXT_GBP)) in vxlan_get_options()
48 [OVS_VXLAN_EXT_GBP] = { .type = NLA_FLAG, },
65 if (exts[OVS_VXLAN_EXT_GBP]) in vxlan_configure_exts()
Dflow_netlink.c377 [OVS_VXLAN_EXT_GBP] = { .len = sizeof(u32) },
612 case OVS_VXLAN_EXT_GBP: in vxlan_tun_opt_from_nlattr()
862 if (nla_put_u32(skb, OVS_VXLAN_EXT_GBP, opts->gbp) < 0) in vxlan_opt_to_nlattr()
/linux-6.1.9/include/uapi/linux/
Dopenvswitch.h287 OVS_VXLAN_EXT_GBP, /* Flag or __u32 */ enumerator