net: Make dst_alloc() take more explicit initializations.
authorDavid S. Miller <davem@davemloft.net>
Thu, 28 Apr 2011 21:13:38 +0000 (14:13 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2011 05:25:59 +0000 (22:25 -0700)
commit5c1e6aa300a7a669dc469d2dcb20172c6bd8fed9
tree61796a49f8b9236eee4730ff8142e79bd43f0f51
parent778865a550e7958c1211242cc481f48d46de0f04
net: Make dst_alloc() take more explicit initializations.

Now the dst->dev, dev->obsolete, and dst->flags values can
be specified as well.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/dst.h
net/core/dst.c
net/decnet/dn_route.c
net/ipv4/route.c
net/ipv6/route.c
net/xfrm/xfrm_policy.c