]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit824dd0c4e92f670a24e2d548ad8d84b2e8132faa
treed477e086bb35d2de8a6f54b461abeb24be8a4f5b
parent82f766ac570cb55b4875cf9e3ead433b8cac6c4e
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