has_gateway
if (has_gateway(dst, family) && dev_addr->network == RDMA_NETWORK_IB)
if (has_gateway(dst, dst_in->sa_family) &&
bool has_gateway = cfg->fc_flags & RTF_GATEWAY;
has_gateway = true;
if (newroute && (cfg->fc_nh_id || !has_gateway)) {