aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/ip6_fib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/ip6_fib.h b/include/net/ip6_fib.h
index e54075d902db..fae267f65341 100644
--- a/include/net/ip6_fib.h
+++ b/include/net/ip6_fib.h
@@ -209,7 +209,8 @@ extern int fib6_del(struct rt6_info *rt,
209extern void inet6_rt_notify(int event, struct rt6_info *rt, 209extern void inet6_rt_notify(int event, struct rt6_info *rt,
210 struct nl_info *info); 210 struct nl_info *info);
211 211
212extern void fib6_run_gc(unsigned long dummy); 212extern void fib6_run_gc(unsigned long expires,
213 struct net *net);
213 214
214extern void fib6_gc_cleanup(void); 215extern void fib6_gc_cleanup(void);
215 216