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

/linux-master/include/uapi/linux/
H A Dopenvswitch.h242 * @OVS_VPORT_ATTR_TYPE: 32-bit %OVS_VPORT_TYPE_* constant describing the type
258 * For %OVS_VPORT_CMD_NEW requests, the %OVS_VPORT_ATTR_TYPE and
271 OVS_VPORT_ATTR_TYPE, /* u32 OVS_VPORT_TYPE_* constant. */ enumerator in enum:ovs_vport_attr
/linux-master/net/openvswitch/
H A Ddatapath.c2116 nla_put_u32(skb, OVS_VPORT_ATTR_TYPE, vport->ops->type) ||
2261 if (!a[OVS_VPORT_ATTR_NAME] || !a[OVS_VPORT_ATTR_TYPE] ||
2265 parms.type = nla_get_u32(a[OVS_VPORT_ATTR_TYPE]);
2359 if (a[OVS_VPORT_ATTR_TYPE] &&
2360 nla_get_u32(a[OVS_VPORT_ATTR_TYPE]) != vport->ops->type) {
2543 [OVS_VPORT_ATTR_TYPE] = { .type = NLA_U32 },

Completed in 105 milliseconds