Linux-libre 5.4.48-gnu
[librecmc/linux-libre.git] / include / uapi / linux / netfilter / xt_osf.h
1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
2 /*
3  * Copyright (c) 2003+ Evgeniy Polyakov <johnpol@2ka.mxt.ru>
4  *
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, see <http://www.gnu.org/licenses/>.
18  */
19
20 #ifndef _XT_OSF_H
21 #define _XT_OSF_H
22
23 #include <linux/types.h>
24 #include <linux/netfilter/nfnetlink_osf.h>
25
26 #define XT_OSF_GENRE            NF_OSF_GENRE
27 #define XT_OSF_INVERT           NF_OSF_INVERT
28
29 #define XT_OSF_TTL              NF_OSF_TTL
30 #define XT_OSF_LOG              NF_OSF_LOG
31
32 #define XT_OSF_LOGLEVEL_ALL             NF_OSF_LOGLEVEL_ALL
33 #define XT_OSF_LOGLEVEL_FIRST           NF_OSF_LOGLEVEL_FIRST
34 #define XT_OSF_LOGLEVEL_ALL_KNOWN       NF_OSF_LOGLEVEL_ALL_KNOWN
35
36 #define XT_OSF_TTL_TRUE         NF_OSF_TTL_TRUE
37 #define XT_OSF_TTL_NOCHECK      NF_OSF_TTL_NOCHECK
38 #define XT_OSF_TTL_LESS         NF_OSF_TTL_LESS
39
40 #define xt_osf_wc               nf_osf_wc
41 #define xt_osf_opt              nf_osf_opt
42 #define xt_osf_info             nf_osf_info
43 #define xt_osf_user_finger      nf_osf_user_finger
44 #define xt_osf_finger           nf_osf_finger
45 #define xt_osf_nlmsg            nf_osf_nlmsg
46
47 #define xt_osf_window_size_options      nf_osf_window_size_options
48 #define xt_osf_attr_type        nf_osf_attr_type
49 #define xt_osf_msg_types        nf_osf_msg_types
50
51 #endif                          /* _XT_OSF_H */