#ifndef _LINUX_IF_LINK_H#define _LINUX_IF_LINK_H#include<uapi/linux/if_link.h>/* We don't want this structure exposed to user space */structifla_vf_info{__u32vf;__u8mac[32];__u32vlan;__u32qos;__u32spoofchk;__u32linkstate;__u32min_tx_rate;__u32max_tx_rate;__u32rss_query_en;};#endif /* _LINUX_IF_LINK_H */