Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
if_link.h
Go to the documentation of this file.
1 #ifndef _LINUX_IF_LINK_H
2 #define _LINUX_IF_LINK_H
3 
4 #include <uapi/linux/if_link.h>
5 
6 
7 /* We don't want this structure exposed to user space */
8 struct ifla_vf_info {
10  __u8 mac[32];
15 };
16 #endif /* _LINUX_IF_LINK_H */