Home
last modified time | relevance | path

Searched refs:OVS_VPORT_ATTR_OPTIONS (Results 1 – 3 of 3) sorted by last modified time

/linux/net/openvswitch/
H A Ddatapath.c2303 parms.options = a[OVS_VPORT_ATTR_OPTIONS]; in ovs_vport_cmd_new()
2364 if (a[OVS_VPORT_ATTR_OPTIONS]) { in ovs_vport_cmd_set()
2365 err = ovs_vport_set_options(vport, a[OVS_VPORT_ATTR_OPTIONS]); in ovs_vport_cmd_set()
2544 [OVS_VPORT_ATTR_OPTIONS] = { .type = NLA_NESTED },
H A Dvport.c375 nla = nla_nest_start_noflag(skb, OVS_VPORT_ATTR_OPTIONS); in ovs_vport_get_options()
/linux/include/uapi/linux/
H A Dopenvswitch.h273 OVS_VPORT_ATTR_OPTIONS, /* nested attributes, varies by vport type */ enumerator