IFLA_VF_IB_PORT_GUID
else if (type == IFLA_VF_IB_PORT_GUID)
if (type != IFLA_VF_IB_NODE_GUID && type != IFLA_VF_IB_PORT_GUID)
nla_put(skb, IFLA_VF_IB_PORT_GUID, sizeof(port_guid),
[IFLA_VF_IB_PORT_GUID] = { .len = sizeof(struct ifla_vf_guid) },
if (tb[IFLA_VF_IB_PORT_GUID]) {
struct ifla_vf_guid *ivt = nla_data(tb[IFLA_VF_IB_PORT_GUID]);
return handle_vf_guid(dev, ivt, IFLA_VF_IB_PORT_GUID);