ort 2680 net/ipv4/route.c struct rtable *ort = (struct rtable *) dst_orig; ort 2695 net/ipv4/route.c rt->rt_is_input = ort->rt_is_input; ort 2696 net/ipv4/route.c rt->rt_iif = ort->rt_iif; ort 2697 net/ipv4/route.c rt->rt_pmtu = ort->rt_pmtu; ort 2698 net/ipv4/route.c rt->rt_mtu_locked = ort->rt_mtu_locked; ort 2701 net/ipv4/route.c rt->rt_flags = ort->rt_flags; ort 2702 net/ipv4/route.c rt->rt_type = ort->rt_type; ort 2703 net/ipv4/route.c rt->rt_uses_gateway = ort->rt_uses_gateway; ort 2704 net/ipv4/route.c rt->rt_gw_family = ort->rt_gw_family; ort 2706 net/ipv4/route.c rt->rt_gw4 = ort->rt_gw4; ort 2708 net/ipv4/route.c rt->rt_gw6 = ort->rt_gw6; ort 2540 net/ipv6/route.c struct rt6_info *rt, *ort = (struct rt6_info *) dst_orig; ort 2555 net/ipv6/route.c dst_copy_metrics(new, &ort->dst); ort 2558 net/ipv6/route.c rt->rt6i_gateway = ort->rt6i_gateway; ort 2559 net/ipv6/route.c rt->rt6i_flags = ort->rt6i_flags & ~RTF_PCPU; ort 2561 net/ipv6/route.c memcpy(&rt->rt6i_dst, &ort->rt6i_dst, sizeof(struct rt6key)); ort 2563 net/ipv6/route.c memcpy(&rt->rt6i_src, &ort->rt6i_src, sizeof(struct rt6key)); ort 208 net/netfilter/ipvs/ip_vs_xmit.c struct rtable *ort = skb_rtable(skb); ort 211 net/netfilter/ipvs/ip_vs_xmit.c ort->dst.ops->update_pmtu(&ort->dst, sk, NULL, mtu, true);