Lines Matching refs:rt
339 struct rtable *rt; in find_route() local
342 rt = ip_route_output_ports(&init_net, &fl4, NULL, peer_ip, local_ip, in find_route()
345 if (IS_ERR(rt)) in find_route()
347 return rt; in find_route()
1347 struct rtable *rt; in pass_accept_req() local
1370 rt = find_route(tdev, in pass_accept_req()
1375 if (!rt) { in pass_accept_req()
1380 dst = &rt->dst; in pass_accept_req()
1893 struct rtable *rt; in iwch_connect() local
1945 rt = find_route(h->rdev.t3cdev_p, laddr->sin_addr.s_addr, in iwch_connect()
1948 if (!rt) { in iwch_connect()
1953 ep->dst = &rt->dst; in iwch_connect()