Home
last modified time | relevance | path

Searched refs:new_rt (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/appletalk/
H A Dipddp.c54 static int ipddp_create(struct ipddp_route *new_rt);
195 static int ipddp_create(struct ipddp_route *new_rt) in ipddp_create() argument
202 rt->ip = new_rt->ip; in ipddp_create()
203 rt->at = new_rt->at; in ipddp_create()
/kernel/linux/linux-6.6/drivers/net/appletalk/
H A Dipddp.c55 static int ipddp_create(struct ipddp_route *new_rt);
197 static int ipddp_create(struct ipddp_route *new_rt) in ipddp_create() argument
204 rt->ip = new_rt->ip; in ipddp_create()
205 rt->at = new_rt->at; in ipddp_create()
/kernel/linux/linux-5.10/net/ipv4/
H A Droute.c1696 struct rtable *new_rt; in rt_dst_clone() local
1698 new_rt = dst_alloc(&ipv4_dst_ops, dev, 1, DST_OBSOLETE_FORCE_CHK, in rt_dst_clone()
1701 if (new_rt) { in rt_dst_clone()
1702 new_rt->rt_genid = rt_genid_ipv4(dev_net(dev)); in rt_dst_clone()
1703 new_rt->rt_flags = rt->rt_flags; in rt_dst_clone()
1704 new_rt->rt_type = rt->rt_type; in rt_dst_clone()
1705 new_rt->rt_is_input = rt->rt_is_input; in rt_dst_clone()
1706 new_rt->rt_iif = rt->rt_iif; in rt_dst_clone()
1707 new_rt->rt_pmtu = rt->rt_pmtu; in rt_dst_clone()
1708 new_rt in rt_dst_clone()
[all...]
H A Dip_output.c337 struct rtable *new_rt; in ip_mc_finish_output() local
357 new_rt = rt_dst_clone(net->loopback_dev, skb_rtable(skb)); in ip_mc_finish_output()
358 if (new_rt) { in ip_mc_finish_output()
359 new_rt->rt_iif = 0; in ip_mc_finish_output()
361 skb_dst_set(skb, &new_rt->dst); in ip_mc_finish_output()
/kernel/linux/linux-6.6/net/ipv4/
H A Droute.c1661 struct rtable *new_rt; in rt_dst_clone() local
1663 new_rt = dst_alloc(&ipv4_dst_ops, dev, 1, DST_OBSOLETE_FORCE_CHK, in rt_dst_clone()
1666 if (new_rt) { in rt_dst_clone()
1667 new_rt->rt_genid = rt_genid_ipv4(dev_net(dev)); in rt_dst_clone()
1668 new_rt->rt_flags = rt->rt_flags; in rt_dst_clone()
1669 new_rt->rt_type = rt->rt_type; in rt_dst_clone()
1670 new_rt->rt_is_input = rt->rt_is_input; in rt_dst_clone()
1671 new_rt->rt_iif = rt->rt_iif; in rt_dst_clone()
1672 new_rt->rt_pmtu = rt->rt_pmtu; in rt_dst_clone()
1673 new_rt in rt_dst_clone()
[all...]
H A Dip_output.c333 struct rtable *new_rt; in ip_mc_finish_output() local
353 new_rt = rt_dst_clone(net->loopback_dev, skb_rtable(skb)); in ip_mc_finish_output()
354 if (new_rt) { in ip_mc_finish_output()
355 new_rt->rt_iif = 0; in ip_mc_finish_output()
357 skb_dst_set(skb, &new_rt->dst); in ip_mc_finish_output()

Completed in 13 milliseconds