1 #ifndef __LINUX_TC_PED_H
2 #define __LINUX_TC_PED_H
4 #include <linux/types.h>
5 #include <linux/pkt_cls.h>
7 #define TCA_ACT_PEDIT 7
16 #define TCA_PEDIT_MAX (__TCA_PEDIT_MAX - 1)
22 __u32 off
; /*offset */
33 struct tc_pedit_key keys
[0];
35 #define tc_pedit tc_pedit_sel