/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NETNS_SCTP_H__ #define __NETNS_SCTP_H__ #include <linux/timer.h> #include <net/snmp.h> struct sock; struct proc_dir_entry; struct sctp_mib; struct ctl_table_header; struct netns_sctp { … }; #endif /* __NETNS_SCTP_H__ */