repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kvm tools, setup: Create private directory
[linux-2.6/next.git]
/
include
/
linux
/
tc_act
/
tc_defact.h
blob
6f65d07c7ce25cf343a2c80ecd6ba70562331bfc
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