Searched refs:rt_dst_clone (Results 1 – 2 of 2) sorted by relevance
1662 struct rtable *rt_dst_clone(struct net_device *dev, struct rtable *rt) in rt_dst_clone() function1692 EXPORT_SYMBOL(rt_dst_clone);
348 new_rt = rt_dst_clone(net->loopback_dev, skb_rtable(skb)); in ip_mc_finish_output()