[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20110513.175129.780266990646522789.davem@davemloft.net>
Date: Fri, 13 May 2011 17:51:29 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: netdev@...r.kernel.org
Subject: [PATCH 0/3] Kill rt->rt_dst usage in options processing.
Ok, this kills the rest of the rt->rt_dst uses in IP options
handling.
The main obstacle was ip_rt_get_source(). Solved simply by passing
the SKB in so that we can fetch the keys from there if needed.
After that the rest became trivial.
All real uses of rt->rt_dst are now entirely limited to route.c
Signed-off-by: David S. Miller <davem@...emloft.net>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists