/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef __LINUX_TC_PED_H #define __LINUX_TC_PED_H #include <linux/types.h> #include <linux/pkt_cls.h> enum { … }; #define TCA_PEDIT_MAX … enum { … }; #define TCA_PEDIT_KEY_EX_MAX … /* TCA_PEDIT_KEY_EX_HDR_TYPE_NETWROK is a special case for legacy users. It * means no specific header type - offset is relative to the network layer */ enum pedit_header_type { … }; #define TCA_PEDIT_HDR_TYPE_MAX … enum pedit_cmd { … }; #define TCA_PEDIT_CMD_MAX … struct tc_pedit_key { … }; struct tc_pedit_sel { … }; #define tc_pedit … #endif