Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dopenvswitch.h273 OVS_VPORT_ATTR_OPTIONS, /* nested attributes, varies by vport type */ enumerator
/linux-6.3-rc2/net/openvswitch/
A Dvport.c361 nla = nla_nest_start_noflag(skb, OVS_VPORT_ATTR_OPTIONS); in ovs_vport_get_options()
A Ddatapath.c2310 parms.options = a[OVS_VPORT_ATTR_OPTIONS]; in ovs_vport_cmd_new()
2379 if (a[OVS_VPORT_ATTR_OPTIONS]) { in ovs_vport_cmd_set()
2380 err = ovs_vport_set_options(vport, a[OVS_VPORT_ATTR_OPTIONS]); in ovs_vport_cmd_set()
2559 [OVS_VPORT_ATTR_OPTIONS] = { .type = NLA_NESTED },

Completed in 11 milliseconds