diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/dst.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/net/dst.h b/include/net/dst.h index 50adc9136530..4a056a682435 100644 --- a/include/net/dst.h +++ b/include/net/dst.h | |||
@@ -42,7 +42,8 @@ struct dst_entry | |||
42 | int __use; | 42 | int __use; |
43 | struct dst_entry *child; | 43 | struct dst_entry *child; |
44 | struct net_device *dev; | 44 | struct net_device *dev; |
45 | int obsolete; | 45 | short error; |
46 | short obsolete; | ||
46 | int flags; | 47 | int flags; |
47 | #define DST_HOST 1 | 48 | #define DST_HOST 1 |
48 | #define DST_NOXFRM 2 | 49 | #define DST_NOXFRM 2 |
@@ -61,8 +62,6 @@ struct dst_entry | |||
61 | unsigned long rate_last; /* rate limiting for ICMP */ | 62 | unsigned long rate_last; /* rate limiting for ICMP */ |
62 | unsigned long rate_tokens; | 63 | unsigned long rate_tokens; |
63 | 64 | ||
64 | int error; | ||
65 | |||
66 | struct neighbour *neighbour; | 65 | struct neighbour *neighbour; |
67 | struct hh_cache *hh; | 66 | struct hh_cache *hh; |
68 | struct xfrm_state *xfrm; | 67 | struct xfrm_state *xfrm; |