1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
3 * Copyright (c) 2008, Intel Corporation.
5 * Author: Alexander Duyck <alexander.h.duyck@intel.com>
8 #ifndef __LINUX_TC_SKBEDIT_H
9 #define __LINUX_TC_SKBEDIT_H
11 #include <linux/pkt_cls.h>
13 #define SKBEDIT_F_PRIORITY 0x1
14 #define SKBEDIT_F_QUEUE_MAPPING 0x2
15 #define SKBEDIT_F_MARK 0x4
16 #define SKBEDIT_F_PTYPE 0x8
17 #define SKBEDIT_F_MASK 0x10
18 #define SKBEDIT_F_INHERITDSFIELD 0x20
19 #define SKBEDIT_F_TXQ_SKBHASH 0x40
30 TCA_SKBEDIT_QUEUE_MAPPING
,
36 TCA_SKBEDIT_QUEUE_MAPPING_MAX
,
39 #define TCA_SKBEDIT_MAX (__TCA_SKBEDIT_MAX - 1)