/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _LINUX_NETFILTER_XT_L2TP_H #define _LINUX_NETFILTER_XT_L2TP_H #include <linux/types.h> enum xt_l2tp_type { … }; /* L2TP matching stuff */ struct xt_l2tp_info { … }; enum { … }; #endif /* _LINUX_NETFILTER_XT_L2TP_H */