Searched refs:ort (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/ipv4/
H A Droute.c2835 struct rtable *ort = (struct rtable *) dst_orig; local
2849 rt->rt_is_input = ort->rt_is_input;
2850 rt->rt_iif = ort->rt_iif;
2851 rt->rt_pmtu = ort->rt_pmtu;
2852 rt->rt_mtu_locked = ort->rt_mtu_locked;
2855 rt->rt_flags = ort->rt_flags;
2856 rt->rt_type = ort->rt_type;
2857 rt->rt_uses_gateway = ort->rt_uses_gateway;
2858 rt->rt_gw_family = ort->rt_gw_family;
2860 rt->rt_gw4 = ort
[all...]
/linux-master/net/netfilter/ipvs/
H A Dip_vs_xmit.c208 struct rtable *ort = skb_rtable(skb); local
211 ort->dst.ops->update_pmtu(&ort->dst, sk, NULL, mtu, true);
/linux-master/net/ipv6/
H A Droute.c2664 struct rt6_info *rt, *ort = (struct rt6_info *) dst_orig; local
2679 dst_copy_metrics(new, &ort->dst);
2682 rt->rt6i_gateway = ort->rt6i_gateway;
2683 rt->rt6i_flags = ort->rt6i_flags & ~RTF_PCPU;
2685 memcpy(&rt->rt6i_dst, &ort->rt6i_dst, sizeof(struct rt6key));
2687 memcpy(&rt->rt6i_src, &ort->rt6i_src, sizeof(struct rt6key));

Completed in 125 milliseconds