repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux
[linux-2.6.git]
/
include
/
linux
/
if_link.h
blob
a86784dec3d34fcafb7e5d1b377a9d73b2d7717e
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
{
9
__u32 vf
;
10
__u8 mac
[
32
];
11
__u32 vlan
;
12
__u32 qos
;
13
__u32 tx_rate
;
14
__u32 spoofchk
;
15
__u32 linkstate
;
16
};
17
#endif
/* _LINUX_IF_LINK_H */