summaryrefslogtreecommitdiffstats
path: root/include/net/dst.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/dst.h')
-rw-r--r--include/net/dst.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/net/dst.h b/include/net/dst.h
index baf4f414d..d34eb5079 100644
--- a/include/net/dst.h
+++ b/include/net/dst.h
@@ -77,9 +77,6 @@ struct dst_ops
#ifdef __KERNEL__
-extern struct dst_entry * dst_garbage_list;
-extern atomic_t dst_total;
-
extern __inline__
struct dst_entry * dst_clone(struct dst_entry * dst)
{
@@ -173,6 +170,9 @@ extern __inline__ void dst_set_expires(struct dst_entry *dst, int timeout)
if (dst->expires == 0 || (long)(dst->expires - expires) > 0)
dst->expires = expires;
}
+
+extern void dst_init(void);
+
#endif
#endif /* _NET_DST_H */