Warning: This file is not a C or C++ file. It does not have highlighting.

1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2#ifndef _XT_MARK_H
3#define _XT_MARK_H
4
5#include <linux/types.h>
6
7struct xt_mark_tginfo2 {
8 __u32 mark, mask;
9};
10
11struct xt_mark_mtinfo1 {
12 __u32 mark, mask;
13 __u8 invert;
14};
15
16#endif /*_XT_MARK_H*/
17

Warning: This file is not a C or C++ file. It does not have highlighting.

source code of linux/include/uapi/linux/netfilter/xt_mark.h