X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fnet%2Fip6_fib.h;h=7c5c0f79168a551097df48784830ea5b8c473828;hb=10e0298686be6249b0665465737a6b83446c4d35;hp=e54075d902dbd266c4adb6e340de237d01fee62d;hpb=f3db48517f59133610f558f29de8834d7b007691;p=linux-2.6-omap-h63xx.git diff --git a/include/net/ip6_fib.h b/include/net/ip6_fib.h index e54075d902d..7c5c0f79168 100644 --- a/include/net/ip6_fib.h +++ b/include/net/ip6_fib.h @@ -174,7 +174,8 @@ struct fib6_table { #define RT6_TABLE_LOCAL RT6_TABLE_MAIN #endif -typedef struct rt6_info *(*pol_lookup_t)(struct fib6_table *, +typedef struct rt6_info *(*pol_lookup_t)(struct net *, + struct fib6_table *, struct flowi *, int); /* @@ -209,7 +210,8 @@ extern int fib6_del(struct rt6_info *rt, extern void inet6_rt_notify(int event, struct rt6_info *rt, struct nl_info *info); -extern void fib6_run_gc(unsigned long dummy); +extern void fib6_run_gc(unsigned long expires, + struct net *net); extern void fib6_gc_cleanup(void);