ipv6: Kill rt6i_dev and rt6i_expires defines.
It just obscures that the netdevice pointer and the expires value are implemented in the dst_entry sub-object of the ipv6 route. And it makes grepping for dst_entry member uses much harder too. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -86,9 +86,6 @@ struct fib6_table;
|
||||
struct rt6_info {
|
||||
struct dst_entry dst;
|
||||
|
||||
#define rt6i_dev dst.dev
|
||||
#define rt6i_expires dst.expires
|
||||
|
||||
/*
|
||||
* Tail elements of dst_entry (__refcnt etc.)
|
||||
* and these elements (rarely used in hot path) are in
|
||||
|
Reference in New Issue
Block a user