X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fnet%2Fip_fib.h;h=e000fa2cd5f62824059afb171439120e573bab74;hb=27a7b0415f6e5c0ffdfb1ba42b9b96ddfbb78b8f;hp=a4208a336ac09e58061af807e28a417f9ad1dd69;hpb=54522b6613a03807f057fd567794a31267ef85cb;p=powerpc.git diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h index a4208a336a..e000fa2cd5 100644 --- a/include/net/ip_fib.h +++ b/include/net/ip_fib.h @@ -238,6 +238,8 @@ extern int fib_validate_source(u32 src, u32 dst, u8 tos, int oif, struct net_device *dev, u32 *spec_dst, u32 *itag); extern void fib_select_multipath(const struct flowi *flp, struct fib_result *res); +struct rtentry; + /* Exported by fib_semantics.c */ extern int ip_fib_check_default(u32 gw, struct net_device *dev); extern int fib_sync_down(u32 local, struct net_device *dev, int force); @@ -295,4 +297,9 @@ static inline void fib_res_put(struct fib_result *res) #endif } +#ifdef CONFIG_PROC_FS +extern int fib_proc_init(void); +extern void fib_proc_exit(void); +#endif + #endif /* _NET_FIB_H */