]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - include/net/netns/ipv4.h
e06d7cfd6d640ad1425c02c383924d6a2dd237e3
[linux-2.6-omap-h63xx.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