Lines Matching refs:rt
164 struct rtable *rt; in pptp_xmit() local
172 rt = pptp_route_output(po, &fl4); in pptp_xmit()
173 if (IS_ERR(rt)) in pptp_xmit()
176 tdev = rt->dst.dev; in pptp_xmit()
183 ip_rt_put(rt); in pptp_xmit()
241 if (ip_dont_fragment(sk, &rt->dst)) in pptp_xmit()
249 iph->ttl = ip4_dst_hoplimit(&rt->dst); in pptp_xmit()
253 skb_dst_set(skb, &rt->dst); in pptp_xmit()
421 struct rtable *rt; in pptp_connect() local
455 rt = pptp_route_output(po, &fl4); in pptp_connect()
456 if (IS_ERR(rt)) { in pptp_connect()
460 sk_setup_caps(sk, &rt->dst); in pptp_connect()
462 po->chan.mtu = dst_mtu(&rt->dst); in pptp_connect()