Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Droute.h235 struct rtable *rt_dst_clone(struct net_device *dev, struct rtable *rt);
/OK3568_Linux_fs/kernel/net/ipv4/
H A Droute.c1698 struct rtable *rt_dst_clone(struct net_device *dev, struct rtable *rt) in rt_dst_clone() function
1728 EXPORT_SYMBOL(rt_dst_clone);
H A Dip_output.c357 new_rt = rt_dst_clone(net->loopback_dev, skb_rtable(skb)); in ip_mc_finish_output()