rt_dst_alloc
rth = rt_dst_alloc(dev, 0, RTN_UNICAST, 1);
struct rtable *rt_dst_alloc(struct net_device *dev,
EXPORT_SYMBOL(rt_dst_alloc);
rth = rt_dst_alloc(dev_net(dev)->loopback_dev, flags, RTN_MULTICAST,
rth = rt_dst_alloc(out_dev->dev, 0, res->type,
rth = rt_dst_alloc(ip_rt_get_dev(net, res),
rth = rt_dst_alloc(dev_out, flags, type,