]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/linux/netdevice.h
mm: clean up and clarify lruvec lookup procedure
[linux.git] / include / linux / netdevice.h
index 9e6fb8524d9181afed6343dcbcf70e41e88046ec..cf0923579af4f50f60b1daa2aece483787e260cd 100644 (file)
@@ -1327,6 +1327,10 @@ struct net_device_ops {
                                                   struct nlattr *port[]);
        int                     (*ndo_get_vf_port)(struct net_device *dev,
                                                   int vf, struct sk_buff *skb);
+       int                     (*ndo_get_vf_guid)(struct net_device *dev,
+                                                  int vf,
+                                                  struct ifla_vf_guid *node_guid,
+                                                  struct ifla_vf_guid *port_guid);
        int                     (*ndo_set_vf_guid)(struct net_device *dev,
                                                   int vf, u64 guid,
                                                   int guid_type);