aboutsummaryrefslogtreecommitdiff
path: root/original/uapi/linux/tc_act/tc_ipt.h
diff options
context:
space:
mode:
Diffstat (limited to 'original/uapi/linux/tc_act/tc_ipt.h')
-rw-r--r--original/uapi/linux/tc_act/tc_ipt.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/original/uapi/linux/tc_act/tc_ipt.h b/original/uapi/linux/tc_act/tc_ipt.h
deleted file mode 100644
index c48d7da..0000000
--- a/original/uapi/linux/tc_act/tc_ipt.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-#ifndef __LINUX_TC_IPT_H
-#define __LINUX_TC_IPT_H
-
-#include <linux/pkt_cls.h>
-
-enum {
- TCA_IPT_UNSPEC,
- TCA_IPT_TABLE,
- TCA_IPT_HOOK,
- TCA_IPT_INDEX,
- TCA_IPT_CNT,
- TCA_IPT_TM,
- TCA_IPT_TARG,
- TCA_IPT_PAD,
- __TCA_IPT_MAX
-};
-#define TCA_IPT_MAX (__TCA_IPT_MAX - 1)
-
-#endif