repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/nouveau: consume the return of large GSP message
[drm/drm-misc.git]
/
include
/
uapi
/
linux
/
tc_act
/
tc_connmark.h
blob
9f8f6f709feb5cb67decc5fc80c422d9373df930
1
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2
#ifndef __UAPI_TC_CONNMARK_H
3
#define __UAPI_TC_CONNMARK_H
4
5
#include <linux/types.h>
6
#include <linux/pkt_cls.h>
7
8
struct
tc_connmark
{
9
tc_gen
;
10
__u16 zone
;
11
};
12
13
enum
{
14
TCA_CONNMARK_UNSPEC
,
15
TCA_CONNMARK_PARMS
,
16
TCA_CONNMARK_TM
,
17
TCA_CONNMARK_PAD
,
18
__TCA_CONNMARK_MAX
19
};
20
#define TCA_CONNMARK_MAX (__TCA_CONNMARK_MAX - 1)
21
22
#endif