/* * ipv6 in net namespaces */#include<net/inet_frag.h>#ifndef __NETNS_IPV6_H__#define __NETNS_IPV6_H__structctl_table_header;structnetns_sysctl_ipv6{#ifdef CONFIG_SYSCTLstructctl_table_header*table;#endifstructinet_frags_ctlfrags;intbindv6only;};structnetns_ipv6{structnetns_sysctl_ipv6sysctl;};#endif