mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
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>
This commit is contained in:
parent
417da66fa9
commit
475949d8e8
3 changed files with 14 additions and 14 deletions
|
@ -52,7 +52,7 @@ struct rtable {
|
|||
int rt_genid;
|
||||
unsigned rt_flags;
|
||||
__u16 rt_type;
|
||||
__u8 rt_tos;
|
||||
__u8 rt_key_tos;
|
||||
|
||||
__be32 rt_dst; /* Path destination */
|
||||
__be32 rt_src; /* Path source */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue