]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/uapi/linux/pkt_cls.h
Merge remote-tracking branch 'arm-soc/for-next'
[karo-tx-linux.git] / include / uapi / linux / pkt_cls.h
index 4f0d1bc3647dc266de5cf017efafe37a2f4f2e2a..439873775d49196a93b6f6b7dfaa820574fd462e 100644 (file)
@@ -87,6 +87,7 @@ enum {
 #define TC_ACT_STOLEN          4
 #define TC_ACT_QUEUED          5
 #define TC_ACT_REPEAT          6
+#define TC_ACT_REDIRECT                7
 #define TC_ACT_JUMP            0x10000000
 
 /* Action type identifiers*/
@@ -373,6 +374,8 @@ enum {
 
 /* BPF classifier */
 
+#define TCA_BPF_FLAG_ACT_DIRECT                (1 << 0)
+
 enum {
        TCA_BPF_UNSPEC,
        TCA_BPF_ACT,
@@ -382,6 +385,7 @@ enum {
        TCA_BPF_OPS,
        TCA_BPF_FD,
        TCA_BPF_NAME,
+       TCA_BPF_FLAGS,
        __TCA_BPF_MAX,
 };