ip6_fib.h (f3db48517f59133610f558f29de8834d7b007691) ip6_fib.h (5b7c931dff03621ae7ac524c4fa280d4e5f187a4)
1/*
2 * Linux INET6 implementation
3 *
4 * Authors:
5 * Pedro Roque <roque@di.fc.ul.pt>
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License

--- 195 unchanged lines hidden (view full) ---

204 struct nl_info *info);
205
206extern int fib6_del(struct rt6_info *rt,
207 struct nl_info *info);
208
209extern void inet6_rt_notify(int event, struct rt6_info *rt,
210 struct nl_info *info);
211
1/*
2 * Linux INET6 implementation
3 *
4 * Authors:
5 * Pedro Roque <roque@di.fc.ul.pt>
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License

--- 195 unchanged lines hidden (view full) ---

204 struct nl_info *info);
205
206extern int fib6_del(struct rt6_info *rt,
207 struct nl_info *info);
208
209extern void inet6_rt_notify(int event, struct rt6_info *rt,
210 struct nl_info *info);
211
212extern void fib6_run_gc(unsigned long dummy);
212extern void fib6_run_gc(unsigned long expires,
213 struct net *net);
213
214extern void fib6_gc_cleanup(void);
215
216extern int fib6_init(void);
217
218#ifdef CONFIG_IPV6_MULTIPLE_TABLES
219extern int fib6_rules_init(void);
220extern void fib6_rules_cleanup(void);

--- 12 unchanged lines hidden ---
214
215extern void fib6_gc_cleanup(void);
216
217extern int fib6_init(void);
218
219#ifdef CONFIG_IPV6_MULTIPLE_TABLES
220extern int fib6_rules_init(void);
221extern void fib6_rules_cleanup(void);

--- 12 unchanged lines hidden ---