Lines Matching refs:rt
162 struct rtable *rt; in pptp_xmit() local
170 rt = pptp_route_output(po, &fl4); in pptp_xmit()
171 if (IS_ERR(rt)) in pptp_xmit()
174 tdev = rt->dst.dev; in pptp_xmit()
243 if (ip_dont_fragment(sk, &rt->dst)) in pptp_xmit()
251 iph->ttl = ip4_dst_hoplimit(&rt->dst); in pptp_xmit()
255 skb_dst_set(skb, &rt->dst); in pptp_xmit()
267 ip_rt_put(rt); in pptp_xmit()
425 struct rtable *rt; in pptp_connect() local
459 rt = pptp_route_output(po, &fl4); in pptp_connect()
460 if (IS_ERR(rt)) { in pptp_connect()
464 sk_setup_caps(sk, &rt->dst); in pptp_connect()
466 po->chan.mtu = dst_mtu(&rt->dst); in pptp_connect()