/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ /* Copyright (C) 2002,2004 MARA Systems AB <https://www.marasystems.com> * by Henrik Nordstrom <[email protected]> */ #ifndef _XT_CONNMARK_H #define _XT_CONNMARK_H #include <linux/types.h> enum { … }; enum { … }; struct xt_connmark_tginfo1 { … }; struct xt_connmark_tginfo2 { … }; struct xt_connmark_mtinfo1 { … }; #endif /*_XT_CONNMARK_H*/