aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/dst.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/dst.h')
-rw-r--r--include/net/dst.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/net/dst.h b/include/net/dst.h
index c45dcc31b3bb..e3ac7d0fc4e1 100644
--- a/include/net/dst.h
+++ b/include/net/dst.h
@@ -56,7 +56,11 @@ struct dst_entry
56 struct dst_entry *path; 56 struct dst_entry *path;
57 57
58 unsigned long rate_last; /* rate limiting for ICMP */ 58 unsigned long rate_last; /* rate limiting for ICMP */
59 unsigned long rate_tokens; 59 unsigned int rate_tokens;
60
61#ifdef CONFIG_NET_CLS_ROUTE
62 __u32 tclassid;
63#endif
60 64
61 struct neighbour *neighbour; 65 struct neighbour *neighbour;
62 struct hh_cache *hh; 66 struct hh_cache *hh;
@@ -65,10 +69,6 @@ struct dst_entry
65 int (*input)(struct sk_buff*); 69 int (*input)(struct sk_buff*);
66 int (*output)(struct sk_buff*); 70 int (*output)(struct sk_buff*);
67 71
68#ifdef CONFIG_NET_CLS_ROUTE
69 __u32 tclassid;
70#endif
71
72 struct dst_ops *ops; 72 struct dst_ops *ops;
73 73
74 unsigned long lastuse; 74 unsigned long lastuse;