/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * Copyright (c) 2008, Intel Corporation. * * Author: Alexander Duyck <[email protected]> */ #ifndef __LINUX_TC_SKBEDIT_H #define __LINUX_TC_SKBEDIT_H #include <linux/pkt_cls.h> #define SKBEDIT_F_PRIORITY … #define SKBEDIT_F_QUEUE_MAPPING … #define SKBEDIT_F_MARK … #define SKBEDIT_F_PTYPE … #define SKBEDIT_F_MASK … #define SKBEDIT_F_INHERITDSFIELD … #define SKBEDIT_F_TXQ_SKBHASH … struct tc_skbedit { … }; enum { … }; #define TCA_SKBEDIT_MAX … #endif