]> Pileus Git - ~andy/linux/commit
ipv4: Remove rt_key_{src,dst,tos} from struct rtable.
authorDavid Miller <davem@davemloft.net>
Sun, 1 Jul 2012 02:02:56 +0000 (02:02 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Jul 2012 20:30:59 +0000 (13:30 -0700)
commit1a00fee4ffb22312a0ac40045ecd6f222b55eb3d
treef1154e606c695a85ee810bb9332ebcd5049f359f
parent38a424e4657462fe9f8b76f01a0e879abde99ab4
ipv4: Remove rt_key_{src,dst,tos} from struct rtable.

They are always used in contexts where they can be reconstituted,
or where the finally resolved rt->rt_{src,dst} is semantically
equivalent.

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