Home
last modified time | relevance | path

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

/Linux-v5.4/net/openvswitch/
Dvport.c307 nla = nla_nest_start_noflag(skb, OVS_VPORT_ATTR_OPTIONS); in ovs_vport_get_options()
Ddatapath.c2078 parms.options = a[OVS_VPORT_ATTR_OPTIONS]; in ovs_vport_cmd_new()
2137 if (a[OVS_VPORT_ATTR_OPTIONS]) { in ovs_vport_cmd_set()
2138 err = ovs_vport_set_options(vport, a[OVS_VPORT_ATTR_OPTIONS]); in ovs_vport_cmd_set()
2300 [OVS_VPORT_ATTR_OPTIONS] = { .type = NLA_NESTED },
/Linux-v5.4/include/uapi/linux/
Dopenvswitch.h259 OVS_VPORT_ATTR_OPTIONS, /* nested attributes, varies by vport type */ enumerator