OVS_VPORT_ATTR_TYPE 1909 net/openvswitch/datapath.c 	    nla_put_u32(skb, OVS_VPORT_ATTR_TYPE, vport->ops->type) ||
OVS_VPORT_ATTR_TYPE 2048 net/openvswitch/datapath.c 	if (!a[OVS_VPORT_ATTR_NAME] || !a[OVS_VPORT_ATTR_TYPE] ||
OVS_VPORT_ATTR_TYPE 2088 net/openvswitch/datapath.c 	parms.type = nla_get_u32(a[OVS_VPORT_ATTR_TYPE]);
OVS_VPORT_ATTR_TYPE 2142 net/openvswitch/datapath.c 	if (a[OVS_VPORT_ATTR_TYPE] &&
OVS_VPORT_ATTR_TYPE 2143 net/openvswitch/datapath.c 	    nla_get_u32(a[OVS_VPORT_ATTR_TYPE]) != vport->ops->type) {
OVS_VPORT_ATTR_TYPE 2309 net/openvswitch/datapath.c 	[OVS_VPORT_ATTR_TYPE] = { .type = NLA_U32 },