]> git.ipfire.org Git - thirdparty/linux.git/blame - include/uapi/linux/netfilter/xt_connlabel.h
Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git...
[thirdparty/linux.git] / include / uapi / linux / netfilter / xt_connlabel.h
CommitLineData
6f52b16c 1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
91826ba1
MY
2
3#ifndef _UAPI_XT_CONNLABEL_H
4#define _UAPI_XT_CONNLABEL_H
5
c539f017
FW
6#include <linux/types.h>
7
8#define XT_CONNLABEL_MAXBIT 127
9enum xt_connlabel_mtopts {
10 XT_CONNLABEL_OP_INVERT = 1 << 0,
11 XT_CONNLABEL_OP_SET = 1 << 1,
12};
13
14struct xt_connlabel_mtinfo {
15 __u16 bit;
16 __u16 options;
17};
91826ba1
MY
18
19#endif /* _UAPI_XT_CONNLABEL_H */