Home
last modified time | relevance | path

Searched refs:rt_dst_clone (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/net/
Droute.h244 struct rtable *rt_dst_clone(struct net_device *dev, struct rtable *rt);
/Linux-v6.1/net/ipv4/
Droute.c1658 struct rtable *rt_dst_clone(struct net_device *dev, struct rtable *rt) in rt_dst_clone() function
1688 EXPORT_SYMBOL(rt_dst_clone);
Dip_output.c348 new_rt = rt_dst_clone(net->loopback_dev, skb_rtable(skb)); in ip_mc_finish_output()