repo.or.cz
/
cris-mirror.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 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git]
/
include
/
uapi
/
linux
/
tc_act
/
tc_defact.h
blob
d2a3abb77aebdef99a9166e60b95a982f06a74f4
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_PAD
,
16
__TCA_DEF_MAX
17
};
18
#define TCA_DEF_MAX (__TCA_DEF_MAX - 1)
19
20
#endif