/* SPDX-License-Identifier: GPL-2.0 */ /* * ipv6 in net namespaces */ #include <net/inet_frag.h> #ifndef __NETNS_IPV6_H__ #define __NETNS_IPV6_H__ #include <net/dst_ops.h> #include <uapi/linux/icmpv6.h> struct ctl_table_header; struct netns_sysctl_ipv6 { … }; struct netns_ipv6 { … }; #if IS_ENABLED(CONFIG_NF_DEFRAG_IPV6) struct netns_nf_frag { … }; #endif #endif