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)
commitd191854282fd831da785a5a34bc6fd16049b8578
tree2a2700b2dec7ad9e73c55c833346dbbd67b8777c
parentf83c7790dc0025fffbd8684f3803a7571f624baa
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
This page took 0.03303 seconds and 5 git commands to generate.