aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/linux-headers/linux/tc_act/tc_ctinfo.h
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
commit094638589de6a6c9f91fad0005843fc1c1adc957 (patch)
tree7d55b9e950eb724da222548997547bf6710b1b58 /contrib/libs/linux-headers/linux/tc_act/tc_ctinfo.h
parentbc921e787bed8a51a43725b78382e806800c44c1 (diff)
downloadydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'contrib/libs/linux-headers/linux/tc_act/tc_ctinfo.h')
-rw-r--r--contrib/libs/linux-headers/linux/tc_act/tc_ctinfo.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/contrib/libs/linux-headers/linux/tc_act/tc_ctinfo.h b/contrib/libs/linux-headers/linux/tc_act/tc_ctinfo.h
deleted file mode 100644
index f5f26d95d0..0000000000
--- a/contrib/libs/linux-headers/linux/tc_act/tc_ctinfo.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-#ifndef __UAPI_TC_CTINFO_H
-#define __UAPI_TC_CTINFO_H
-
-#include <linux/types.h>
-#include <linux/pkt_cls.h>
-
-struct tc_ctinfo {
- tc_gen;
-};
-
-enum {
- TCA_CTINFO_UNSPEC,
- TCA_CTINFO_PAD,
- TCA_CTINFO_TM,
- TCA_CTINFO_ACT,
- TCA_CTINFO_ZONE,
- TCA_CTINFO_PARMS_DSCP_MASK,
- TCA_CTINFO_PARMS_DSCP_STATEMASK,
- TCA_CTINFO_PARMS_CPMARK_MASK,
- TCA_CTINFO_STATS_DSCP_SET,
- TCA_CTINFO_STATS_DSCP_ERROR,
- TCA_CTINFO_STATS_CPMARK_SET,
- __TCA_CTINFO_MAX
-};
-
-#define TCA_CTINFO_MAX (__TCA_CTINFO_MAX - 1)
-
-#endif