[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20110504.131934.246537941.davem@davemloft.net>
Date: Wed, 04 May 2011 13:19:34 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: netdev@...r.kernel.org
Subject: [PATCH 0/5] More rt->rt_{src,dst} removals.
After this set the number of uses of rt->rt_{src,dst} are very small.
One case to hit still will need a slight rearrangement of how we do
SRR handling, since SRR handling on input pops the nexthop and thus
creates situations where iph->daddr != rt->rt_dst and thus eliminates
the posibility of converting the rt->rt_dst access in ip_forward().
Another class of remaining cases occur in situations where we can
fetch the saddr/daddr from the inet socket.
Soon, all that will be left are the assignments and netlink dump code
cases in net/ipv4/route.c
--
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