2 * ipv6 in net namespaces
5 #include <net/inet_frag.h>
7 #ifndef __NETNS_IPV6_H__
8 #define __NETNS_IPV6_H__
9 #include <net/dst_ops.h>
11 struct ctl_table_header
;
13 struct netns_sysctl_ipv6
{
15 struct ctl_table_header
*table
;
16 struct ctl_table_header
*frags_hdr
;
21 int ip6_rt_gc_min_interval
;
22 int ip6_rt_gc_timeout
;
23 int ip6_rt_gc_interval
;
24 int ip6_rt_gc_elasticity
;
25 int ip6_rt_mtu_expires
;
26 int ip6_rt_min_advmss
;
31 struct netns_sysctl_ipv6 sysctl
;
32 struct ipv6_devconf
*devconf_all
;
33 struct ipv6_devconf
*devconf_dflt
;
34 struct netns_frags frags
;
35 #ifdef CONFIG_NETFILTER
36 struct xt_table
*ip6table_filter
;
37 struct xt_table
*ip6table_mangle
;
38 struct xt_table
*ip6table_raw
;
39 struct xt_table
*ip6table_security
;
41 struct rt6_info
*ip6_null_entry
;
42 struct rt6_statistics
*rt6_stats
;
43 struct timer_list ip6_fib_timer
;
44 struct hlist_head
*fib_table_hash
;
45 struct fib6_table
*fib6_main_tbl
;
46 struct dst_ops ip6_dst_ops
;
47 unsigned int ip6_rt_gc_expire
;
48 unsigned long ip6_rt_last_gc
;
49 #ifdef CONFIG_IPV6_MULTIPLE_TABLES
50 struct rt6_info
*ip6_prohibit_entry
;
51 struct rt6_info
*ip6_blk_hole_entry
;
52 struct fib6_table
*fib6_local_tbl
;
53 struct fib_rules_ops
*fib6_rules_ops
;
55 struct sock
**icmp_sk
;
56 struct sock
*ndisc_sk
;
59 #ifdef CONFIG_IPV6_MROUTE
60 struct sock
*mroute6_sk
;
61 struct mfc6_cache
**mfc6_cache_array
;
62 struct mif_device
*vif6_table
;
64 atomic_t cache_resolve_queue_len
;
67 #ifdef CONFIG_IPV6_PIMSM_V2
68 int mroute_reg_vif_num
;