repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
net_sched: move tc_action into tcf_common
[linux/fpc-iii.git]
/
include
/
net
/
tc_act
/
tc_defact.h
blob
e25b4eb4fc66d64da0e4883eea09d96c72787050
1
#ifndef __NET_TC_DEF_H
2
#define __NET_TC_DEF_H
3
4
#include <net/act_api.h>
5
6
struct
tcf_defact
{
7
struct
tcf_common common
;
8
u32 tcfd_datalen
;
9
void
*
tcfd_defdata
;
10
};
11
#define to_defact(a) ((struct tcf_defact *)a)
12
13
#endif
/* __NET_TC_DEF_H */