]> bbs.cooldavid.org Git - net-next-2.6.git/blob - include/net/netns/ipv4.h
[IPV4]: Move the devinet pointers on the struct net
[net-next-2.6.git] / include / net / netns / ipv4.h
1 /*
2  * ipv4 in net namespaces
3  */
4
5 #ifndef __NETNS_IPV4_H__
6 #define __NETNS_IPV4_H__
7 struct ctl_table_header;
8 struct ipv4_devconf;
9
10 struct netns_ipv4 {
11         struct ctl_table_header *forw_hdr;
12         struct ipv4_devconf     *devconf_all;
13         struct ipv4_devconf     *devconf_dflt;
14 };
15 #endif