mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 05:31:15 +00:00
ipv6: Get rid of rt6i_nexthop macro.
It just makes it harder to see 1) what the code is doing and 2) grep for all users of dst{->,.}neighbour Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
8f40b161de
commit
9cbb7ecbcf
5 changed files with 19 additions and 20 deletions
|
@ -87,7 +87,6 @@ struct rt6_info {
|
|||
struct dst_entry dst;
|
||||
|
||||
#define rt6i_dev dst.dev
|
||||
#define rt6i_nexthop dst.neighbour
|
||||
#define rt6i_expires dst.expires
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue