Home
last modified time | relevance | path

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

/linux/drivers/net/appletalk/
A Dipddp.c54 static int ipddp_create(struct ipddp_route *new_rt);
196 static int ipddp_create(struct ipddp_route *new_rt) in ipddp_create() argument
203 rt->ip = new_rt->ip; in ipddp_create()
204 rt->at = new_rt->at; in ipddp_create()
/linux/net/ipv4/
A Droute.c1641 struct rtable *new_rt; in rt_dst_clone() local
1646 if (new_rt) { in rt_dst_clone()
1648 new_rt->rt_flags = rt->rt_flags; in rt_dst_clone()
1649 new_rt->rt_type = rt->rt_type; in rt_dst_clone()
1651 new_rt->rt_iif = rt->rt_iif; in rt_dst_clone()
1652 new_rt->rt_pmtu = rt->rt_pmtu; in rt_dst_clone()
1656 new_rt->rt_gw4 = rt->rt_gw4; in rt_dst_clone()
1658 new_rt->rt_gw6 = rt->rt_gw6; in rt_dst_clone()
1661 new_rt->dst.input = rt->dst.input; in rt_dst_clone()
1664 new_rt->dst.lastuse = jiffies; in rt_dst_clone()
[all …]
A Dip_output.c321 struct rtable *new_rt; in ip_mc_finish_output() local
341 new_rt = rt_dst_clone(net->loopback_dev, skb_rtable(skb)); in ip_mc_finish_output()
342 if (new_rt) { in ip_mc_finish_output()
343 new_rt->rt_iif = 0; in ip_mc_finish_output()
345 skb_dst_set(skb, &new_rt->dst); in ip_mc_finish_output()

Completed in 14 milliseconds