Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
linux
tc_act
tc_defact.h
Go to the documentation of this file.
1
#ifndef __LINUX_TC_DEF_H
2
#define __LINUX_TC_DEF_H
3
4
#include <
linux/pkt_cls.h
>
5
6
struct
tc_defact
{
7
tc_gen
;
8
};
9
10
enum
{
11
TCA_DEF_UNSPEC
,
12
TCA_DEF_TM
,
13
TCA_DEF_PARMS
,
14
TCA_DEF_DATA
,
15
__TCA_DEF_MAX
16
};
17
#define TCA_DEF_MAX (__TCA_DEF_MAX - 1)
18
19
#endif
Generated on Thu Jan 10 2013 14:52:41 for Linux Kernel by
1.8.2