linux/include/uapi/linux/netfilter/nfnetlink_cthelper.h

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _NFNL_CTHELPER_H_
#define _NFNL_CTHELPER_H_

#define NFCT_HELPER_STATUS_DISABLED
#define NFCT_HELPER_STATUS_ENABLED

enum nfnl_cthelper_msg_types {};

enum nfnl_cthelper_type {};
#define NFCTH_MAX

enum nfnl_cthelper_policy_type {};
#define NFCTH_POLICY_SET_MAX

enum nfnl_cthelper_pol_type {};
#define NFCTH_POLICY_MAX

enum nfnl_cthelper_tuple_type {};
#define NFCTH_TUPLE_MAX

#endif /* _NFNL_CTHELPER_H */