rt_dst_clone      225 include/net/route.h struct rtable *rt_dst_clone(struct net_device *dev, struct rtable *rt);
rt_dst_clone      350 net/ipv4/ip_output.c 	new_rt = rt_dst_clone(net->loopback_dev, skb_rtable(skb));
rt_dst_clone     1683 net/ipv4/route.c EXPORT_SYMBOL(rt_dst_clone);