Searched refs:OVS_VPORT_ATTR_NAME (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dopenvswitch.h244 * @OVS_VPORT_ATTR_NAME: Name of vport. For a vport based on a network device
259 * %OVS_VPORT_ATTR_NAME attributes are required. %OVS_VPORT_ATTR_PORT_NO is
264 * For other requests, if %OVS_VPORT_ATTR_NAME is specified then it is used to
272 OVS_VPORT_ATTR_NAME, /* string name, up to IFNAMSIZ bytes long */ enumerator in enum:ovs_vport_attr
/linux-master/net/openvswitch/
H A Ddatapath.c2117 nla_put_string(skb, OVS_VPORT_ATTR_NAME,
2188 if (a[OVS_VPORT_ATTR_NAME]) {
2189 vport = ovs_vport_locate(net, nla_data(a[OVS_VPORT_ATTR_NAME]));
2261 if (!a[OVS_VPORT_ATTR_NAME] || !a[OVS_VPORT_ATTR_TYPE] ||
2303 parms.name = nla_data(a[OVS_VPORT_ATTR_NAME]);
2540 [OVS_VPORT_ATTR_NAME] = { .type = NLA_NUL_STRING, .len = IFNAMSIZ - 1 },

Completed in 157 milliseconds