added 2.6.29.6 aldebaran kernel
[nao-ulib.git] / kernel / 2.6.29.6-aldebaran-rt / include / net / tc_act / tc_defact.h
blob65f024b809589bc638de15053257d31da5b206cc
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(pc) \
12 container_of(pc, struct tcf_defact, common)
14 #endif /* __NET_TC_DEF_H */