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