Searched refs:new_rt (Results 1 – 2 of 2) sorted by relevance
1664 struct rtable *new_rt; in rt_dst_clone() local1669 if (new_rt) { in rt_dst_clone()1671 new_rt->rt_flags = rt->rt_flags; in rt_dst_clone()1672 new_rt->rt_type = rt->rt_type; in rt_dst_clone()1674 new_rt->rt_iif = rt->rt_iif; in rt_dst_clone()1675 new_rt->rt_pmtu = rt->rt_pmtu; in rt_dst_clone()1679 new_rt->rt_gw4 = rt->rt_gw4; in rt_dst_clone()1681 new_rt->rt_gw6 = rt->rt_gw6; in rt_dst_clone()1683 new_rt->dst.input = rt->dst.input; in rt_dst_clone()1686 new_rt->dst.lastuse = jiffies; in rt_dst_clone()[all …]
335 struct rtable *new_rt; in ip_mc_finish_output() local355 new_rt = rt_dst_clone(net->loopback_dev, skb_rtable(skb)); in ip_mc_finish_output()356 if (new_rt) { in ip_mc_finish_output()357 new_rt->rt_iif = 0; in ip_mc_finish_output()359 skb_dst_set(skb, &new_rt->dst); in ip_mc_finish_output()