aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip6_route.h
diff options
context:
space:
mode:
authorDaniel Lezcano <dlezcano@fr.ibm.com>2008-03-04 02:31:11 -0500
committerDavid S. Miller <davem@davemloft.net>2008-03-04 02:31:11 -0500
commit63152fc0de4dfe83da543bf133cef73d885a50fc (patch)
tree2b6546f2ebd5b3fa6d48bfd7ca4085d0f96e771f /include/net/ip6_route.h
parent450d19f8ab35fad4ef2b129cb383a5b8d1326611 (diff)
[NETNS][IPV6] ip6_fib - gc timer per namespace
Move the timer initialization at the network namespace creation and store the network namespace in the timer argument. That enables multiple timers (one per network namespace) to do garbage collecting. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com> Signed-off-by: Benjamin Thery <benjamin.thery@bull.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip6_route.h')
-rw-r--r--include/net/ip6_route.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h
index a158abe71933..79dce496f4d4 100644
--- a/include/net/ip6_route.h
+++ b/include/net/ip6_route.h
@@ -78,7 +78,7 @@ extern struct dst_entry *icmp6_dst_alloc(struct net_device *dev,
78 struct in6_addr *addr); 78 struct in6_addr *addr);
79extern int icmp6_dst_gc(int *more); 79extern int icmp6_dst_gc(int *more);
80 80
81extern void fib6_force_start_gc(void); 81extern void fib6_force_start_gc(struct net *net);
82 82
83extern struct rt6_info *addrconf_dst_alloc(struct inet6_dev *idev, 83extern struct rt6_info *addrconf_dst_alloc(struct inet6_dev *idev,
84 const struct in6_addr *addr, 84 const struct in6_addr *addr,