aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/route.c')
-rw-r--r--net/ipv6/route.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ipv6/route.c b/net/ipv6/route.c
index b13eb011127..370f2aef690 100644
--- a/net/ipv6/route.c
+++ b/net/ipv6/route.c
@@ -2354,11 +2354,11 @@ static const struct file_operations ipv6_route_proc_fops = {
2354static int rt6_stats_seq_show(struct seq_file *seq, void *v) 2354static int rt6_stats_seq_show(struct seq_file *seq, void *v)
2355{ 2355{
2356 seq_printf(seq, "%04x %04x %04x %04x %04x %04x %04x\n", 2356 seq_printf(seq, "%04x %04x %04x %04x %04x %04x %04x\n",
2357 rt6_stats.fib_nodes, rt6_stats.fib_route_nodes, 2357 rt6_stats->fib_nodes, rt6_stats->fib_route_nodes,
2358 rt6_stats.fib_rt_alloc, rt6_stats.fib_rt_entries, 2358 rt6_stats->fib_rt_alloc, rt6_stats->fib_rt_entries,
2359 rt6_stats.fib_rt_cache, 2359 rt6_stats->fib_rt_cache,
2360 atomic_read(&ip6_dst_ops.entries), 2360 atomic_read(&ip6_dst_ops.entries),
2361 rt6_stats.fib_discarded_routes); 2361 rt6_stats->fib_discarded_routes);
2362 2362
2363 return 0; 2363 return 0;
2364} 2364}