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

/linux-master/include/uapi/linux/
H A Dopenvswitch.h247 * @OVS_VPORT_ATTR_OPTIONS: Vport-specific configuration information.
261 * Whether %OVS_VPORT_ATTR_OPTIONS is required or optional depends on the type
273 OVS_VPORT_ATTR_OPTIONS, /* nested attributes, varies by vport type */ enumerator in enum:ovs_vport_attr
308 /* OVS_VPORT_ATTR_OPTIONS attributes for tunnels.
/linux-master/net/openvswitch/
H A Dvport.c358 * %OVS_VPORT_ATTR_OPTIONS attribute that in turn contains nested
375 nla = nla_nest_start_noflag(skb, OVS_VPORT_ATTR_OPTIONS);
H A Ddatapath.c2304 parms.options = a[OVS_VPORT_ATTR_OPTIONS];
2365 if (a[OVS_VPORT_ATTR_OPTIONS]) {
2366 err = ovs_vport_set_options(vport, a[OVS_VPORT_ATTR_OPTIONS]);
2545 [OVS_VPORT_ATTR_OPTIONS] = { .type = NLA_NESTED },

Completed in 194 milliseconds