Files
linux-apfs/include/linux/if_link.h
T

18 lines
299 B
C
Raw Normal View History

#ifndef _LINUX_IF_LINK_H
#define _LINUX_IF_LINK_H
2012-10-13 10:46:48 +01:00
#include <uapi/linux/if_link.h>
/* We don't want this structure exposed to user space */
2010-02-10 01:43:24 +00:00
struct ifla_vf_info {
__u32 vf;
__u8 mac[32];
__u32 vlan;
__u32 qos;
__u32 tx_rate;
__u32 spoofchk;
2013-06-13 13:19:10 +03:00
__u32 linkstate;
2010-02-10 01:43:24 +00:00
};
#endif /* _LINUX_IF_LINK_H */