ipv4: Remove route key identity dependencies in ip_rt_get_source().
authorDavid S. Miller <davem@davemloft.net>
Fri, 13 May 2011 21:29:41 +0000 (17:29 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 13 May 2011 21:29:41 +0000 (17:29 -0400)
commit8e36360ae876995e92d3a7538dda70548e64e685
treed477e086bb35d2de8a6f54b461abeb24be8a4f5b
parent22f728f8f311659b068e73ed92833c205651a47f
ipv4: Remove route key identity dependencies in ip_rt_get_source().

Pass in the sk_buff so that we can fetch the necessary keys from
the packet header when working with input routes.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/route.h
net/ipv4/ip_options.c
net/ipv4/route.c