Searched refs:OVS_VPORT_ATTR_OPTIONS (Results 1 – 5 of 5) sorted by relevance
256 OVS_VPORT_ATTR_OPTIONS, /* nested attributes, varies by vport type */ enumerator
309 nla = nla_nest_start_noflag(skb, OVS_VPORT_ATTR_OPTIONS); in ovs_vport_get_options()
2169 parms.options = a[OVS_VPORT_ATTR_OPTIONS]; in ovs_vport_cmd_new()2228 if (a[OVS_VPORT_ATTR_OPTIONS]) { in ovs_vport_cmd_set()2229 err = ovs_vport_set_options(vport, a[OVS_VPORT_ATTR_OPTIONS]); in ovs_vport_cmd_set()2408 [OVS_VPORT_ATTR_OPTIONS] = { .type = NLA_NESTED },
262 OVS_VPORT_ATTR_OPTIONS, /* nested attributes, varies by vport type */ enumerator