Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
veth.h
Go to the documentation of this file.
1 #ifndef __NET_VETH_H_
2 #define __NET_VETH_H_
3 
4 enum {
7 
8  __VETH_INFO_MAX
9 #define VETH_INFO_MAX (__VETH_INFO_MAX - 1)
10 };
11 
12 #endif