Home
last modified time | relevance | path

Searched refs:rt_uses_gateway (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/net/ipv4/
Dip_forward.c112 if (opt->is_strictroute && rt->rt_uses_gateway) in ip_forward()
Dxfrm4_policy.c94 xdst->u.rt.rt_uses_gateway = rt->rt_uses_gateway; in xfrm4_fill_dst()
Droute.c615 rt->rt_uses_gateway = 1; in fill_route_from_fnhe()
1240 if (rt->rt_uses_gateway && mtu > 576) in ipv4_mtu()
1403 rt->rt_uses_gateway = 1; in rt_set_nexthop()
1492 rth->rt_uses_gateway = 0; in ip_route_input_mc()
1661 rth->rt_uses_gateway = 0; in __mkroute_input()
1835 rth->rt_uses_gateway = 0; in ip_route_input_slow()
2034 rth->rt_uses_gateway = 0; in __mkroute_output()
2312 rt->rt_uses_gateway = ort->rt_uses_gateway; in ipv4_blackhole_route()
2393 if (rt->rt_uses_gateway && in rt_fill_info()
Dinet_connection_sock.c421 if (opt && opt->opt.is_strictroute && rt->rt_uses_gateway) in inet_csk_route_req()
458 if (opt && opt->opt.is_strictroute && rt->rt_uses_gateway) in inet_csk_route_child_sock()
Dip_output.c417 if (inet_opt && inet_opt->opt.is_strictroute && rt->rt_uses_gateway) in ip_queue_xmit()
/linux-4.1.27/include/net/
Droute.h57 __u8 rt_uses_gateway; member