/* * ipv4 in net namespaces */#ifndef __NETNS_IPV4_H__#define __NETNS_IPV4_H__structctl_table_header;structipv4_devconf;structnetns_ipv4{#ifdef CONFIG_SYSCTLstructctl_table_header*forw_hdr;#endifstructipv4_devconf*devconf_all;structipv4_devconf*devconf_dflt;};#endif