/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _XT_MULTIPORT_H #define _XT_MULTIPORT_H #include <linux/types.h> enum xt_multiport_flags { … }; #define XT_MULTI_PORTS … /* Must fit inside union xt_matchinfo: 16 bytes */ struct xt_multiport { … }; struct xt_multiport_v1 { … }; #endif /*_XT_MULTIPORT_H*/