/* * ipv6 in net namespaces */#ifndef __NETNS_IPV6_H__#define __NETNS_IPV6_H__structctl_table_header;structnetns_sysctl_ipv6{#ifdef CONFIG_SYSCTLstructctl_table_header*table;#endifintbindv6only;};structnetns_ipv6{structnetns_sysctl_ipv6sysctl;};#endif