Home
last modified time | relevance | path

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

/Linux-v4.19/net/openvswitch/
Dvport.c322 nla = nla_nest_start(skb, OVS_VPORT_ATTR_OPTIONS); in ovs_vport_get_options()
Ddatapath.c2030 parms.options = a[OVS_VPORT_ATTR_OPTIONS]; in ovs_vport_cmd_new()
2087 if (a[OVS_VPORT_ATTR_OPTIONS]) { in ovs_vport_cmd_set()
2088 err = ovs_vport_set_options(vport, a[OVS_VPORT_ATTR_OPTIONS]); in ovs_vport_cmd_set()
2243 [OVS_VPORT_ATTR_OPTIONS] = { .type = NLA_NESTED },
/Linux-v4.19/include/uapi/linux/
Dopenvswitch.h256 OVS_VPORT_ATTR_OPTIONS, /* nested attributes, varies by vport type */ enumerator