aboutsummaryrefslogtreecommitdiff
path: root/include/net/tc_act/tc_defact.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/tc_act/tc_defact.h')
-rw-r--r--include/net/tc_act/tc_defact.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/net/tc_act/tc_defact.h b/include/net/tc_act/tc_defact.h
new file mode 100644
index 00000000000..463aa671f95
--- /dev/null
+++ b/include/net/tc_act/tc_defact.h
@@ -0,0 +1,13 @@
+#ifndef __NET_TC_DEF_H
+#define __NET_TC_DEF_H
+
+#include <net/act_api.h>
+
+struct tcf_defact
+{
+ tca_gen(defact);
+ u32 datalen;
+ void *defdata;
+};
+
+#endif