diff options
author | David S. Miller <davem@davemloft.net> | 2011-05-03 22:45:15 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-05-03 22:45:15 -0400 |
commit | 475949d8e86bbde5ea3ffa4d95e022ca69233b14 (patch) | |
tree | 5e29156df321b617366921f64532fc353019b238 /include/net/route.h | |
parent | 417da66fa9d2f14b1a90b04095413b87907d8183 (diff) |
ipv4: Renamt struct rtable's rt_tos to rt_key_tos.
To more accurately reflect that it is purely a routing
cache lookup key and is used in no other context.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/route.h')
-rw-r--r-- | include/net/route.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/route.h b/include/net/route.h index 16eb59cd7080..f07609e83141 100644 --- a/include/net/route.h +++ b/include/net/route.h | |||
@@ -52,7 +52,7 @@ struct rtable { | |||
52 | int rt_genid; | 52 | int rt_genid; |
53 | unsigned rt_flags; | 53 | unsigned rt_flags; |
54 | __u16 rt_type; | 54 | __u16 rt_type; |
55 | __u8 rt_tos; | 55 | __u8 rt_key_tos; |
56 | 56 | ||
57 | __be32 rt_dst; /* Path destination */ | 57 | __be32 rt_dst; /* Path destination */ |
58 | __be32 rt_src; /* Path source */ | 58 | __be32 rt_src; /* Path source */ |