Lines Matching refs:rt_dst
244 (unsigned long)r->rt_dst, in rt_cache_get_info()
755 NIPQUAD(rt->rt_dst)); in rt_intern_hash()
757 printk(" . %u.%u.%u.%u", NIPQUAD(trt->rt_dst)); in rt_intern_hash()
772 peer = inet_getpeer(rt->rt_dst, create); in rt_bind_peer()
890 if (rth->rt_dst != daddr || in ip_rt_redirect()
983 NIPQUAD(rt->rt_dst), rt->key.tos); in ipv4_negative_advice()
1049 NIPQUAD(rt->rt_dst), NIPQUAD(rt->rt_gateway)); in ip_rt_send_redirect()
1130 rth->rt_dst == daddr && in ip_rt_frag_needed()
1278 rt->rt_gateway != rt->rt_dst && in rt_set_nexthop()
1340 rth->rt_dst = daddr; in ip_route_input_mc()
1546 rth->rt_dst = daddr; in ip_route_input_slow()
1623 rth->rt_dst = daddr; in ip_route_input_slow()
2008 rth->rt_dst = key.dst; in ip_route_output_slow()
2128 RTA_PUT(skb, RTA_DST, 4, &rt->rt_dst); in rt_fill_info()
2143 if (rt->rt_dst != rt->rt_gateway) in rt_fill_info()
2169 u32 dst = rt->rt_dst; in rt_fill_info()