]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: Kill rt6i_dev and rt6i_expires defines.
authorDavid S. Miller <davem@davemloft.net>
Thu, 29 Dec 2011 01:19:20 +0000 (20:19 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Dec 2011 01:19:20 +0000 (20:19 -0500)
commit40eb21444f228ad9a97e188c8d73f7433baa5d10
tree2a2700b2dec7ad9e73c55c833346dbbd67b8777c
parent7cc37fa66f22282cac4d4445dc79e53804822fc3
ipv6: Kill rt6i_dev and rt6i_expires defines.

It just obscures that the netdevice pointer and the expires value are
implemented in the dst_entry sub-object of the ipv6 route.

And it makes grepping for dst_entry member uses much harder too.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip6_fib.h
net/ipv6/addrconf.c
net/ipv6/anycast.c
net/ipv6/ip6_fib.c
net/ipv6/ip6_tunnel.c
net/ipv6/mcast.c
net/ipv6/ndisc.c
net/ipv6/route.c
net/netfilter/ipvs/ip_vs_ctl.c
net/netfilter/ipvs/ip_vs_xmit.c