Go to the documentation of this file.
20 #ifndef __LINUX_TC_SKBEDIT_H
21 #define __LINUX_TC_SKBEDIT_H
25 #define TCA_ACT_SKBEDIT 11
27 #define SKBEDIT_F_PRIORITY 0x1
28 #define SKBEDIT_F_QUEUE_MAPPING 0x2
29 #define SKBEDIT_F_MARK 0x4
44 #define TCA_SKBEDIT_MAX (__TCA_SKBEDIT_MAX - 1)