Searched refs:rt_uses_gateway (Results 1 – 9 of 9) sorted by relevance
82 xdst->u.rt.rt_uses_gateway = rt->rt_uses_gateway; in xfrm4_fill_dst()
128 if (opt->is_strictroute && rt->rt_uses_gateway) in ip_forward()
621 rt->rt_uses_gateway = 1; in fill_route_from_fnhe()1559 rt->rt_uses_gateway = 1; in rt_set_nexthop()1623 rt->rt_uses_gateway = 0; in rt_dst_alloc()2836 rt->rt_uses_gateway = ort->rt_uses_gateway; in ipv4_blackhole_route()2924 if (rt->rt_uses_gateway) { in rt_fill_info()
834 if (opt && opt->opt.is_strictroute && rt->rt_uses_gateway) in inet_csk_route_req()872 if (opt && opt->opt.is_strictroute && rt->rt_uses_gateway) in inet_csk_route_child_sock()
506 if (inet_opt && inet_opt->opt.is_strictroute && rt->rt_uses_gateway) in __ip_queue_xmit()
63 __u8 rt_uses_gateway; member
487 if (rt->rt_uses_gateway && mtu > 576) in ip_dst_mtu_maybe_forward()
211 if (rt->rt_uses_gateway && rt->rt_gw_family != AF_INET) in smc_ib_find_route()217 *uses_gateway = rt->rt_uses_gateway; in smc_ib_find_route()
352 return dst_rtable(dst)->rt_uses_gateway; in has_gateway()