diff
13 	rt = ip_route_output_flow(net, &fl4, NULL);
14 	if (IS_ERR(rt) || !rt)
15 		goto out;
16 	if (rt->rt_uses_gateway && rt->rt_gw_family != AF_INET)
17 		goto out;
