net_sched: move tc_action into tcf_common
[linux/fpc-iii.git] / include / net / tc_act / tc_defact.h
blobe25b4eb4fc66d64da0e4883eea09d96c72787050
1 #ifndef __NET_TC_DEF_H
2 #define __NET_TC_DEF_H
4 #include <net/act_api.h>
6 struct tcf_defact {
7 struct tcf_common common;
8 u32 tcfd_datalen;
9 void *tcfd_defdata;
11 #define to_defact(a) ((struct tcf_defact *)a)
13 #endif /* __NET_TC_DEF_H */