|
@@ -37,6 +37,13 @@ enum {
|
|
|
#define TC_ACT_QUEUED 5
|
|
|
#define TC_ACT_REPEAT 6
|
|
|
#define TC_ACT_REDIRECT 7
|
|
|
+#define TC_ACT_TRAP 8 /* For hw path, this means "trap to cpu"
|
|
|
+ * and don't further process the frame
|
|
|
+ * in hardware. For sw path, this is
|
|
|
+ * equivalent of TC_ACT_STOLEN - drop
|
|
|
+ * the skb and act like everything
|
|
|
+ * is alright.
|
|
|
+ */
|
|
|
|
|
|
/* There is a special kind of actions called "extended actions",
|
|
|
* which need a value parameter. These have a local opcode located in
|