drm/nouveau: consume the return of large GSP message
[drm/drm-misc.git] / include / uapi / linux / tc_act / tc_connmark.h
blob9f8f6f709feb5cb67decc5fc80c422d9373df930
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef __UAPI_TC_CONNMARK_H
3 #define __UAPI_TC_CONNMARK_H
5 #include <linux/types.h>
6 #include <linux/pkt_cls.h>
8 struct tc_connmark {
9 tc_gen;
10 __u16 zone;
13 enum {
14 TCA_CONNMARK_UNSPEC,
15 TCA_CONNMARK_PARMS,
16 TCA_CONNMARK_TM,
17 TCA_CONNMARK_PAD,
18 __TCA_CONNMARK_MAX
20 #define TCA_CONNMARK_MAX (__TCA_CONNMARK_MAX - 1)
22 #endif